Broker URL

2018-03-21 Thread dwhitney67
Hello, I use ActiveMQ CPP (CMS) to manage connections to my ActiveMQ broker. Previously when I was operating with ActiveMQ 5.13.2, I could connect to the broker and query the broker's URL (by calling getBrokerURL()) from an activemq::commands::BrokerInfo object, which is available when onCommand()

Re: How can I check that client is compatible with a broker?

2013-11-12 Thread dwhitney67
Tim, thanks for the quick reply! From what you have stated, it would seem that there's no need to check for compatibility. One just has to run their application and have faith that everything will be sorted out by the client and broker. This may not sit well with a queasy manager that is respons

How can I check that client is compatible with a broker?

2013-11-12 Thread dwhitney67
I support a project which employs the use of many C++ client applications that rely on ActiveMQ CPP library to interface to the ActiveMQ broker. Some of the applications, which have been fielded to customer sites, were built/compiled years ago. In certain cases, customers want to upgrade to a new