Re: Programatically setting up a proxying broker

2017-07-29 Thread Tim Bain
If you use the TCP transport for the networkConnector between the brokers, does it work? I've got a half-memory of a mailing list post where someone found that the NIO transport didn't work in a networkConnector, but I can't find it now so it's possible I'm misremembering. Tim On Jul 29, 2017 2:0

Programatically setting up a proxying broker

2017-07-29 Thread Mark Raynsford
'Lo. I'm experimenting with configuring a broker P that will simply forward all messages to a remote broker R. There will not be any subscribers directly accessing P (but multiple producers will send messages to queues and topics on P to be forwarded to R). I have the following small example prog

Re: how can I see whole queue name(exceed 50 character) on web page ?

2017-07-29 Thread Tim Bain
Use a JMX viewer such as JConsole to see if the full name is exposed through JMX. I think it would be, but I've never had the need to have a name that long. If so, you can access the MBeans directly via their Java API, or you can access them through Jolokia via REST calls. See http://activemq.apac