Hm ... not aware of any incompatibility between versions. Why don't you create a JIRA issue and provide sample Java and C++ code to recreate the problem.
Nate > -----Original Message----- > From: bozimmerman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 29, 2008 9:59 AM > To: users@activemq.apache.org > Subject: ActiveMQ cpp/java interaction > > > Hello, I've been struggling trying to mix and match the correct versions > of > ActiveMQ cpp and java. I needed the automatic broker discovery stuff to > work for me, so I went with ActiveMQ 5.0 for java. However, then I ran > into > the automatic queue timeout issue, and had to jump up to 5.1 SNAPSHOT, > which > fixed that problem. > > On the CPP side, I'm still using ActiveMQ cpp v2.1.2 as a client. A very > simple message sent from cpp to java thereby works out OK, while a > response > message received is tossing out errors on the cpp side: > > caught unknown exception > FILE: activemq/core/ActiveMQConsumer.cpp, LINE: 444 > FILE: activemq/core/ActiveMQSessionExecutor.cpp, LINE: 192 > > My only guess at this point is some sort of incompatibility in my version > selections. Suggestions are welcome, as I continue my own investigations. > :) > > - Bo Zimmerman > -- > View this message in context: http://www.nabble.com/ActiveMQ-cpp-java- > interaction-tp15165398s2354p15165398.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.