Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-01-24 Thread dharmendra
It worked for me when i took code from master. Thanks a lot Clebert for your support! - DKumar -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Consumers hanging on a queue although there are messages in it

2018-01-24 Thread Haris
Hi Stefanic, Unfortunately not. It appeared again, and then went away. It /looks like/ it's related to a "lot of activity" on a queue: lots of messages and/or lots of consumer (but more probably the first: lots of messages). However, the root cause we haven't been able to find. Especially since

Re: [ARTEMIS] DLQ: retryMessages()

2018-01-24 Thread Archibald
Sorry, i forgot to mention. I am currently running Artemis 2.4.0. What kind of test do you expect? It should be reproduceable with any DLQ containing more than 1 message. The user's test is to invoke the method above from queue's operations list in the admin console. HTH, Archibald -- Sent

Re: [ARTEMIS] DLQ: retryMessages()

2018-01-24 Thread Francesco Nigro
Hi!! which version of Artemis you've tried and most importantly: do you have a reproducer/test/full stack trace? It would be of great help :) Thanks, Franz Il giorno mer 24 gen 2018 alle ore 14:56 Archibald ha scritto: > BTW: A single message issued with retryMessage() works.

Re: Active MQ Automatically Getting Restarted

2018-01-24 Thread Tim Bain
What garbage collection algorithm are you using? If it's CMS, it's possible to get an OOM even though there is heap space still available. What limits do you have configured on the memory store, and what percentage is used shortly before the OOM occurs? Tim On Jan 22, 2018 3:51 AM, "tejas13"

Re: [ARTEMIS] DLQ: retryMessages()

2018-01-24 Thread Archibald
BTW: A single message issued with retryMessage() works. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Active MQ 5.15 acknowledgment issue: 'Async error occurred: javax.jms.JMSException: Unmatched acknowledge - Could not find Message-ID in dispatched-list start of ack'

2018-01-24 Thread Tim Bain
Is this a single broker or a network of brokers? If it's standalone, then yes, I believe that it indicates a client error. If it's a network of brokers, we'd need more information about the network (# nodes, topology, etc.) and about the networkConnectors as you've configured them, to see if this

[ARTEMIS] DLQ: retryMessages()

2018-01-24 Thread Archibald
Hi all, when launch the retryMessages() command from the Artemis console on the DLQ I only get: java.lang.ClassCastException : [B cannot be cast to [Ljava.langObject; Nothing like that is shown in the broker's log. So I assume it is something in hawtio? Can this be fixed? This function is one

Re: OOM when pruging as queue from console when store is at 100%

2018-01-24 Thread Tim Bain
Which store is at 100%? How big is each message in the queue, and how many messages are in the queue? How much free heap is there prior to the OOM, and how big is the heap overall? Tim On Jan 22, 2018 11:48 AM, "alainkr" wrote: > Hello > > Using AMQ 5.10.0 > > Once Store

ActiveMQPooledConnectionFactory and Caching Producers

2018-01-24 Thread vikingbs1
I am using PooledConnectionFactory with JMSTemplate and want to use it without anonymous producers. We have a custom plugin that relies on the name of the destination to perform authorization checks and hence cannot use the anonymous producer feature. However, a new producer is created for every