we dont actively try and purge messages from storage yet - only when
they are paged in from store to process (e.g. if there is a consumer
already).
This is a known issue: https://issues.apache.org/activemq/browse/
AMQ-1112
cheers,
Rob
'Go Get Integrated - ride the Camel! - http://activem
Iam not sure if this would solve the problem . Give it a try .
After message is dropped into the queue , make the producer null. You
will not be getting a null pointer exception, because the next time, you
would create a new producer to drop the subsequent message. Set the max
Inactivity duration
hi guys
What's the expected behavior with messages that are not ack'ed (for
example because the MessageListener throws an exception or the
transaction is rolled back) and have a JMSXGroupID set?
Say we've two messages A and B that belong to the same message group.
1) Processing of A fails. The co
Hi
I am a new user to activeMQ. We plan to to use a custom authentication
plugin(basically check the username/password against our database). I have
read all the docs on activemq.apache.com and all posts in this forum about
authentication, but I don't get much information. Could anybody give me a