Re: delete messages from artemis broker

2017-10-25 Thread preben
Thanks Justin. Will try it out -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: delete messages from artemis broker

2017-10-25 Thread preben
the EmbeddedJMSResource, and might use that instead. How can i get hold of all list of queues and topics via the EmbeddedJMSResouce so I can call removeMessages ? And it would be nice with a deleteAllMessages, but I'm not sure I got bandwidth to do a PR in the near future. /Preben -- Sent

delete messages from artemis broker

2017-10-25 Thread preben
dedBroker() throws Exception { broker.stop(); broker = null; } The only thing missing is the ability to purge all queus and topics like the one for activemq = *broker.deleteAllMessages()*; Without that it seems like the tests will see messages enqued in previous test (i

Re: Activemq or Artemis lifecycle events

2017-01-13 Thread preben
that becomes master ? /preben -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-or-Artemis-lifecycle-events-tp4721058p4721060.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Activemq or Artemis lifecycle events

2017-01-13 Thread preben
vents on app. startup to start the processing engine on the instance that becomes the master. Best, Preben /Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-or-Artemis-lifecycle-events-tp4721058.html Sent from the ActiveMQ - User mailing list archi

Re: redeliveryPlugin seems to have problems with defaultEntry

2014-09-03 Thread preben
essage gets redelivered other messages that comes in "that are ok" will be send on to the client even though there are messages being redelivered. /preben -- View this message in context: http://activemq.2283324.n4.nabble.com/redeliveryPlugin-seems-to-have-problems-with-defaultEntry-tp4

Re: redeliveryPlugin seems to have problems with defaultEntry

2014-09-01 Thread preben
e server using the jca adapter with broker connect = failover:(tcp://localhost:61616)?jms.rmIdFromConnectionId=true&jms.prefetchPolicy.all=1&randomize=false That seems to work ok with reconnect and all. Best, Preben This seems to work ok -- View this message in context: http://act

Re: redeliveryPlugin seems to have problems with defaultEntry

2014-08-29 Thread preben
After turning tracing on it seems even more odd. The redelivery plugin kicks in on redelivery 7. Seems that amq default redelivery takes presens here 2014-08-29 14:23:52,927 | INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/ | org.apache.activemq.web.WebConsoleStarter | main 2014-08-

Re: redeliveryPlugin seems to have problems with defaultEntry

2014-08-29 Thread preben
ueue foo I get 6 default redeliveries where I would have expected to get 3 /Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/redeliveryPlugin-seems-to-have-problems-with-defaultEntry-tp4685094p4685142.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

redeliveryPlugin seems to have problem with defaultEntry

2014-08-28 Thread preben
h maximumRedeliveries and delay. It seems like a problem with defaultEntry Tested on Activemq 5.10.0 Best, Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/redeliveryPlugin-seems-to-have-problem-with-defaultEntry-tp4685094.html Sent from the ActiveMQ - User ma

Re: Setting redelivery properties on XaConnectionFactory

2014-03-21 Thread preben
24.n4.nabble.com/PooledConnectionFactory-stop-causes-org-apache-activemq-TransactionContext-to-be-declared-unhealthy-tc4679399.html best, Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/Setting-redelivery-properties-on-XaConnectionFactory-tp4679160p4679415.html Sent fro

PooledConnectionFactory.stop causes org.apache.activemq.TransactionContext to be declared unhealthy

2014-03-21 Thread preben
${body} == 'bad' Best regards Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/PooledConnectionFactory-stop-causes-org-apache-activemq-TransactionContext-to-be-declared-unhealthy-tp4679399.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Setting redelivery properties on XaConnectionFactory

2014-03-20 Thread preben
A follow up for others. It seems impossible to use the Activemq JCA adapter with ActivationSpecs pr. destination in a convenient way. There is also some talk about this here Instead I gave

Setting redelivery properties on XaConnectionFactory

2014-03-19 Thread preben
che.activemq.RedeliveryPolicy)> on the ActiveMQXAConnectionFactory. The question is how to do that using Camel and Spring config ? Best, Preben -- View this message in context: http://activemq.2283324.n4.nabble.com/Setting-redelivery-properties-on-XaConnectionFactory-tp4679160.html Se