Re: Do activemq-cpp connection questions.

2011-11-30 Thread JRR
ort.commandTracingEnabled=true" //"&transport.tcpTracingEnabled=true" //"&wireFormat.tightEncodingEnabled=true" "*)*"; So it LOOKS like we just uncomment these lines to add the query parameters. -- View this message in context: http://activemq.2283324.n4.nabble.com/Do-activemq-cpp-connection-questions-tp4119766p4126180.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Do activemq-cpp connection questions.

2011-11-30 Thread Timothy Bish
mething wrong. > > Suggestions? > > Thanks, > > -=John > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Do-activemq-cpp-connection-questions-tp4119766p4123969.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Do activemq-cpp connection questions.

2011-11-30 Thread JRR
. Or, I'm doing something wrong. Suggestions? Thanks, -=John -- View this message in context: http://activemq.2283324.n4.nabble.com/Do-activemq-cpp-connection-questions-tp4119766p4123969.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Do activemq-cpp connection questions.

2011-11-30 Thread Timothy Bish
On Tue, 2011-11-29 at 16:20 -0800, JRR wrote: > Hello Tim, > > I am playing with the simple producer and the fail over options. However, I > am not getting the results I expected and I'm hoping you can share some > insights. > > I am using version 3.2.3 of the activemq-cpp library on a SuSE Linux

Re: Do activemq-cpp connection questions.

2011-11-29 Thread JRR
art(); } catch( CMSException& e ) { e.printStackTrace(); throw e; } std::cout << "Connection start done. Creating Session\n"; What is the corrrect way to do this? What I want is to use the failover method, but I

Re: Do activemq-cpp connection questions.

2011-11-29 Thread Timothy Bish
On Tue, 2011-11-29 at 11:38 -0800, JRR wrote: > Hi Tim, > > Thank you for the suggestion to use Failover. I even see from the > simple_producer example, that they use failover to connect to localhost. I > initially thought of failover as available if you had an alternative to > failover too. Now I

Re: Do activemq-cpp connection questions.

2011-11-29 Thread JRR
View this message in context: http://activemq.2283324.n4.nabble.com/Do-activemq-cpp-connection-questions-tp4119766p4120510.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Do activemq-cpp connection questions.

2011-11-29 Thread Timothy Bish
On Tue, 2011-11-29 at 08:22 -0800, JRR wrote: > Hello, > > I've read through the activemq-cpp tutorial at > http://activemq.apache.org/cms/cms-api-overview.html and I've poked around > the forums. > > Do activemq-cpp connection have a timeout when the client is connecting to > the broker? I ask b

Do activemq-cpp connection questions.

2011-11-29 Thread JRR
n activemq-cpp usage? Perhaps these questions are covered there? Thank your time, -=John -- View this message in context: http://activemq.2283324.n4.nabble.com/Do-activemq-cpp-connection-questions-tp4119766p4119766.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.