Message Queue Slows Down after 2 million plus message

2013-10-22 Thread wcpolicarpio
Hi Everyone, I have a message queue named amq570queue, after accumulating 2 million messages it started to slow down. What broker settings do I need to adjust to fix this issue? I temporarily moved it into a new message queue(in the same broker) and it is working fine. I initially thought that the

Message Queue Slows Down after 2 million plus message

2013-10-17 Thread wcpolicarpio
Hi Everyone, I have a message queue named amq570queue, after accumulating 2 million messages it started to slow down. What broker settings do I need to adjust to fix this issue? I temporarily moved it into a new message queue(in the same broker) and it is working fine. I initially thought that

Message Queue Slows Down after 2 million plus message

2013-10-17 Thread wcpolicarpio
Hi Everyone, I have a message queue named amq570queue, after accumulating 2 million messages it started to slow down. What broker settings do I need to adjust to fix this issue? I temporarily moved it into a new message queue(in the same broker) and it is working fine. I initially thought that t

Re: Remove message queue after a day with or with or without a message

2013-09-24 Thread wcpolicarpio
I Opened a JIRA ticket, for now I will try create a workaround based on your suggestion. Again thank you for your help. Walter -- View this message in context: http://activemq.2283324.n4.nabble.com/Remove-message-queue-after-a-day-with-or-with-or-without-a-message-tp4671669p4671807.html Sent f

Re: Remove message queue after a day with or with or without a message

2013-09-23 Thread wcpolicarpio
Thank you Christian and Gary for responding to my question. Sorry, I forgot to mention that the destination should be idle for a period of time, let say a day. Is there a way to know how long the destination is idle before deleting? gcInactiveDestination only works when there are no pending messag

Remove message queue after a day with or with or without a message

2013-09-19 Thread wcpolicarpio
Hi Everyone, gcInactiveDestination will only discard the destination if it doesn't have any messages. Is there a way to force discard the message queue regardless if it has a message or not? Thanks, Walter -- View this message in context: http://activemq.2283324.n4.nabble.com/Remove-mes

ActiveMQ on Openshift

2013-07-12 Thread wcpolicarpio
Hi Everyone, I tried running activemq 5.6.0 in openshift using this quickstart(https://github.com/shekhargulati/activemq-openshift-quickstart). I added the transport connector in conf/activemq.xml I was able to make the broker run. Then tested the websocket/stomp demo(http://activemq

Failover for stomp over websocket

2013-04-02 Thread wcpolicarpio
Hi Everyone, Is there a workaround to implement a failover for stomp over websocket? The uri in my web browser is *ws://localhost:61614/stomp* which is working fine. But adding *failover:(ws://localhost:61614/stomp)* will not work. Appreciate any guidance. Regards, Walter -- View this mes