I am using ActiveMQ as the JMS implementation in TomEE server. I have never
configured it, I just use the pure default configuration and it works well.
Now I would like to use delay feature for some JMS messages. I founded that
ActiveMQ has this feature:

message.setLongProperty(ScheduledMessage.AMQ_SCHEDULED_DELAY, delayMinute *
60000);

But the message is not delayed at all. Probably because schedulerSupport
attribute should be set to true. How can I set this in TomEE? I don't want
to change anything on the default configuration. I only want to turn on
scheduler support.

Can somebody help me to turn on scheduler support in ActiveMQ of TomEE?

[I use TomEE Plus 1.7.1]

Thank you in advance.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Enabling-scheduleSupport-tp4698334.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to