How to get the size of the total amount of messages (MB, GB, ...) transferred per day?

2018-08-13 Thread Frizz
I have an AMQ installation with only non-persistent queues. For those I would like to get the SIZE of the total amount of messages per day (megabytes, gigabytes, ...). I know I can use the Enqueue count and (sort of) calculate the message size by hand - but this is very cumbersome and not too accu

Re: Artemis (JBoss EAP 7) to HornetQ (EAP 6) elaboration on RedHat example

2018-08-13 Thread JGlass
Hi Justin - no problem on the radar! On your questions, answered inline: > This slipped off my radar, but I just had a quick look at your code. The > JNDI stuff looks like a mish-mash of Wildfly and Artemis implementation > properties. J.G.: That would probably be because I hadn't found a wo

Re: Artemis (JBoss EAP 7) to HornetQ (EAP 6) elaboration on RedHat example

2018-08-13 Thread JGlass
*Update* Red Hats having me try a resource adapter from the EAP 7 to the EAP 6 server but it would still be nice to have a working code example just in case anyone else runs into the same problem! I also asked them if they could help with providing a code example but I have a feeling they'll be bu

Re: KahaDB journal logs cleanup issue

2018-08-13 Thread rezaghp
Hi I am wondering what you ended up doing for the number 2, pending acks? Ta -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

[Artemis 2.6.2] AMQP messages going to expiry queue, redelivery off that queue is failing

2018-08-13 Thread Dan Langford
some of my users are attempting a pattern to deduplicate messages based on a time window instead of a fixed amount of space (a duplicate id cache) so far the concept has been working very well. So they send their AMQP messages (qpid-jms-client) into a Last Value Queue with an appropriate identifie

Re: fetching queue details

2018-08-13 Thread arungujjar
Thanks for the reply @jbertram But i need to fetch the queue details using only stomp protocol and the code should be hardcoded. I mean in java we have getQueues() which prints the queues, i need the similar method in python to fetch the queue details including enqueue count and dequeue count. I'