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
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
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
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
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
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
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
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