Problem of running example in ActiveMQ CMS

2008-12-06 Thread arnose
Hi, I have compiled ActiveMQ CMS on my Ubuntu 8.10 using APR 1.3.3 and APR Util 1.3.4. However when I run make check or example in src directiory, the console shows the follwing error: "symbol lookup error: /home/chchen/activemq-cpp-2.2.2-src/src/main/.libs/libactivemq-cpp.so.4: undefined symbol:

Re: JMS serialization problem

2008-12-06 Thread Mark Webb
I saw that once and it was a deserialization problem. I fixed it by placing the same set of jar files on both sender and receiver. The issue was that ActiveMQ was swallowing a ClassNotFoundException and re-throwing it as a JMSException. I only found it by stepping through the code in a debugger.

JMS serialization problem

2008-12-06 Thread Xordi
Hi everyone, I'm quite new using ActiveMQ. I've been trying to send a java object through a queue and I get a javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: I've found this bug (https://issues.apache.org/activemq/browse/AMQ-1588), but I don't know if my proble

JMS serialization problem

2008-12-06 Thread Jordi Soucheiron
Hi everyone, I'm quite new using ActiveMQ. I've been trying to send a java object through a queue and I get a javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: I've found this bug (https://issues.apache.org/activemq/browse/AMQ-1588), but I don't know if my proble

Durable queues?

2008-12-06 Thread Rajkumar S
Hi, I have a ruby producer and couple of ruby consumers. I want each messages to be consumed by one of the consumer, if no consumer is available the messages should be queued up. Most the info I saw was about durable _topics_ where all consumers would get all messages, but that is not my requireme