Re: Network of brokers: consumers not synchronized

2016-11-21 Thread jochenw
Hi Tim, how can I see the outbound connection on the mobile broker? I only have the activemq commands in the karaf shell, and neither activemq:bstat nore activemq:dstat show the connections. On the backoffice broker, I'm not sure, but I think that no connection was shown (I will have to wait

Re: [CMS] one Activemq-cpp test hangs

2016-11-21 Thread vgiacomini
I moved forward in my research and i finally found that it hangs here: std::string clientId = UUID::randomUUID().toString(); -- View this message in context: http://activemq.2283324.n4.nabble.com/CMS-one-Activemq-cpp-test-hangs-tp4719323p4719325.html Sent from the ActiveMQ - User mailing

[CMS] one Activemq-cpp test hangs

2016-11-21 Thread vgiacomini
Hi, I trying to get activemq-cpp-3.8.2 working for AIX 7.1.0 First, some precisions: OS is AIX 7.10 compiler is xlc 13.1.3 APR is 1.4.6 CPPUnit is 1.12.1 So, library libactivemq.a is correctly built but it doesn't work. when passing unit test (./activemq-test), I got this behavior:

Re: How to get visibility into per destination store usage

2016-11-21 Thread Christopher Shannon
If you look at at destination when using JMX, there is getStoreMessageSize() which will give you the usage of the message store for the destination. It's part of the DestinationView interface. On Fri, Nov 18, 2016 at 6:25 PM, Brian Cole wrote: > I am using the