Re: Test-case for problem with connections not refreshing when pooled with failover

2016-09-28 Thread akhil
Hi Tim , I was having a question before but now everything seems to be fine. Yes this question is no more applicable since it got resolved and which we updated on the other post. Thanks, Akhil. -- View this message in context:

Re: Test-case for problem with connections not refreshing when pooled with failover

2016-09-28 Thread Tim Bain
Akhil, are you asking a question, or just providing information to help Jason (who's probably not going to see it, since his post is from 9 years ago)? Or is your question no longer applicable since you resolved the issue in your other post? Tim On Sep 20, 2016 10:26 PM, "akhil"

Artemis Core client-side threading

2016-09-28 Thread Marko Asplund
How does the Artemis client-side threading model work, especially with regard to thread safety? Can ClientSession and ClientProducer instances be safely shared across threads? It seems like MessageHandler thread pool size can be configured via ServerLocator. I've been reading the "Thread

Activemq vs Activmq Artemis

2016-09-28 Thread Loic Le Meur
Hi everyboby, I use Jboss EAP 7 server and i see activemq is embeded in the server. Looking more ready I see it is Activemq Artemis. When I look on web, I see that Artemis provided from HornetQ. I have two questions : - is that Activemq Artemis embed Activmq ? If yes whish version ? - is

Re: Activemq vs Activmq Artemis

2016-09-28 Thread Tim Bain
That is ActiveMQ 5.x, not Artemis. It's been proposed that maybe Artemis will eventually become ActiveMQ 6.x and that 5.x would stop being developed and supported. To the best of my knowledge, no one has publicly decreed that that's the plan, nor stated what preconditions would need to be met in

Re: Activemq vs Activmq Artemis

2016-09-28 Thread Loic Le Meur
Thanks Tim, Artemis is compatible with ActiveMQ 5.x ? Regards, Loïc 2016-09-28 14:49 GMT+02:00 Tim Bain : > That is ActiveMQ 5.x, not Artemis. > > It's been proposed that maybe Artemis will eventually become ActiveMQ 6.x > and that 5.x would stop being developed and

Re: Activemq vs Activmq Artemis

2016-09-28 Thread Justin Bertram
> is that Activemq Artemis embed Activmq ? If yes whish version ? Yes. JBoss EAP 7 embeds the ActiveMQ Artemis broker. I'm not exactly sure which version. The version number should be printed in the log. If you have additional questions about EAP I recommend you speak with the folks at

Re: Activemq vs Activmq Artemis

2016-09-28 Thread Tim Bain
Can you clarify exactly what aspects of compatibility you're asking about? For example, Artemis is able to speak the OpenWire protocol used by ActiveMQ 5.x, so using a broker from one but a client from the other should be possible (though I personally have never tried), but I believe it's not

Re: Activemq bundled Jetty Jetleak vulnerability

2016-09-28 Thread beku
Hi Tim, when I try to respond via "Send Email to [hidden email]" form I get the error: Domain starts with dot Please fix the error and try again. Cheers, Benjamin -- View this message in context:

cannot start activemq after deleting db-14.log in kahadb

2016-09-28 Thread MariscaJane
is this the same topic with "KAHADB clean up old log files" post by Hill, Steve? yesterday i deleting db-14.log in kahadb, when i restart the activemq, activemq cannot start, but when i copy back db-14.log in that kahadb folder, activemq can start. i cannot see the message in db-14.log, i just

Re: Activemq vs Activmq Artemis

2016-09-28 Thread Tim Bain
Thanks for the correction, Justin. On Sep 28, 2016 7:36 AM, "Justin Bertram" wrote: > > is that Activemq Artemis embed Activmq ? If yes whish version ? > > Yes. JBoss EAP 7 embeds the ActiveMQ Artemis broker. I'm not exactly > sure which version. The version number

Re: cannot start activemq after deleting db-14.log in kahadb

2016-09-28 Thread Timothy Bish
A good place to start is always the documentation, see 'ignoreMissingJournalfiles' for this case http://activemq.apache.org/kahadb.html On 09/28/2016 11:01 AM, Tim Bain wrote: What do the ActiveMQ logs say? (Not the KahaDB data files, the actual log files.) On Sep 28, 2016 8:22 AM,

Re: cannot start activemq after deleting db-14.log in kahadb

2016-09-28 Thread Tim Bain
What do the ActiveMQ logs say? (Not the KahaDB data files, the actual log files.) On Sep 28, 2016 8:22 AM, "MariscaJane" wrote: > is this the same topic with "KAHADB clean up old log files" post by Hill, > Steve? > > yesterday i deleting db-14.log in kahadb, when i