We have an ActiveMQ server with a number of queues configured in our Wildfly configuration. We would like to start Wildfly with a suspended ActiveMQ and at a later stage activate ActiveMQ through JMX. The reason for this is that we are receiving JMS messages before our application is in the proper state to handle them.

Is this in any way possible? Or can this only be done by setting up the whole ActiveMQ and queues programmatically once we are ready for the messages?

A bit of context: The JMS messages originate from our own application. Due to the durability of the messages that have been sent during an earlier run they are being delivered after a restart. Unfortunately our application is at that point not yet able to handle them properly.

Thanks.

Silvio


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org
For additional commands, e-mail: users-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to