why Activemq-cpp 2.1 client couldn't receive message?

2007-11-28 Thread shirley
Hello! Recently ,I' m working on the activemq message broker .I use the example codes which download from the official webside.I have tried many times. although, the producer can sent message to a queque installed by the server(another computer) succeful, but ,it failed on consumer receiving

XPATH selectors?

2007-11-28 Thread cd
Hello and i apologise for posting what should be such a simple question but i have been searching around the ActiveMQ site and the web in general all day and have failed so far to figure this out. I am new to both Java and ActiveMQ and decided to use AMQ based largely on the assertion that it w

Re: AW: Parts of an EAI solution

2007-11-28 Thread Daryl Richter
On Nov 27, 2007, at 7:45 AM, Robert Thullner wrote: Isn't that something the ESB should provide to me? But when I do not want to use an ESB and just work e.g. with ActiveMQ this would be an important part. Is that what you meant? Well, some do and some don't. And usually, they are usually

Re: Building ActiveMQ CPP

2007-11-28 Thread Timothy Bish
Make sure you have CPPUNIT and it headers installed otherwise you see errors like this. regards tim bozimmerman wrote: Hello, I'm having a bit of a problem running the ./autogen.sh portion of the activemq cpp build. Unmatched [ in regex; marked by <-- HERE in m/^AS_FLAGS$|^SHELL$|^PATH_SEPAR

Building ActiveMQ CPP

2007-11-28 Thread bozimmerman
Hello, I'm having a bit of a problem running the ./autogen.sh portion of the activemq cpp build. Unmatched [ in regex; marked by <-- HERE in m/^AS_FLAGS$|^SHELL$|^PATH_SEPARATOR$|^PACKAGE_NAME$|^PACKAGE_TARNAME$|^PACKAGE_VERSION$|^PACKAGE_STRING$|^PACKAGE_BUGREPORT$|^exec_prefix$|^prefix$|^progr

Re: Error building on SuSE-10.2 10.3

2007-11-28 Thread Timothy Bish
Did you install the CPP Unit development package? croftj wrote: Hi Yall, I get the following when I run autogen.sh. What am I missing? ./autogen.sh Unmatched [ in regex; marked by <-- HERE in m/^AS_FLAGS$|^SHELL$|^PATH_SEPARATOR$|^PACKAGE_NAME$|^PACKAGE_TARNAME$|^PACKAGE_VERSION$|^PACKAGE_S

Error building on SuSE-10.2 10.3

2007-11-28 Thread croftj
Hi Yall, I get the following when I run autogen.sh. What am I missing? ./autogen.sh Unmatched [ in regex; marked by <-- HERE in m/^AS_FLAGS$|^SHELL$|^PATH_SEPARATOR$|^PACKAGE_NAME$|^PACKAGE_TARNAME$|^PACKAGE_VERSION$|^PACKAGE_STRING$|^PACKAGE_BUGREPORT$|^exec_prefix$|^prefix$|^program_transfor

Async exception with no exception listener: java.io.EOFException

2007-11-28 Thread igor_b
Hi, I'm using activemq 5.0 snapshot (08-13-2007). I'm getting the following error, after which my consumer stops working. Here is the error: WARN 28 Nov 17:29:15 [ActiveMQConnection] --> Async exception with no exception listener: java.io.EOFException java.io.EOFException at java.io.Da

CMS: message redelivery question / producer causing segmentation fault

2007-11-28 Thread pfid
I'm having 2 problems with activemq-cpp-2.1.1 i just cant get rid off. hopefully someone can help me out :) the broker i'm using is v4.1.1. 1) how does message redelivery work with the activemq-cpp-2.1.1 api? according to http://activemq.apache.org/message-redelivery-and-dlq-handling.html i need

Re: Messages appear to get lost

2007-11-28 Thread James Strachan
Maybe you're hitting the flow control causing some producers to be blocked. See this FAQ entry... http://activemq.apache.org/my-producer-blocks.html You might wanna try using 5.x which has much better support for dealing with flow control in different ways. On 27/11/2007, ajls77 <[EMAIL PROTECTE

Re: ObjectMessage looses object

2007-11-28 Thread James Strachan
The error looks like an issue for the consumer side. Does the consumer have the PingMessage class on its classpath with the same version as the sender? On 28/11/2007, transduktor <[EMAIL PROTECTED]> wrote: > > Hello, > > thank you for your time. I have no idea what I can do next. > i try to send a

ObjectMessage looses object

2007-11-28 Thread transduktor
Hello, thank you for your time. I have no idea what I can do next. i try to send an ObjectMessage with a Serializable Object. this works fine if I run my tests in "batch"-mode, but if I do the same in an eclipse plugin, I revieve the message, but getObject() throws an Exception. thank you Tho

Re: ActiveMQ CMS and CPP on Debian?

2007-11-28 Thread Daniel Pocock
Timothy Bish wrote: I've looked around before, and like most things that involve autoconf, it was really confusing and made my head hurt, so I stopped looking :) I'm not sure about arranging the debian files in that way (packages/debian) - but I will try it. As for testing, I'll see i