Re: JMS goes in, sometimes STOMP comes out (but not always)

2012-02-26 Thread davidw
Thanks for your reply. I think I found the issue - shortly before the message that failed to be sent through was another message that had a null body (and was much smaller in the tcp dump so I missed it). It seems to be a problem with any TextMessage that has a null body: empty string is ok.

Activemq, geronimo and destinationInterceptors

2012-02-26 Thread Mike Douglass
I'm attempting to get bedework running in geronimo 2.2.1 I tried installing my current activemq broker config I've been using in jboss 5 (attached).This defines a destinationInterceptor and a bunch of queues. As it works currently bedework sends various messages to a single system event queue and

Re: JBoss 5.1.2: Message driven beans are not bound into remote jndi

2012-02-26 Thread marnold
Hi Robin, I am also foolhardy enough to evaluate ActiveMQ and JBoss 5.1 (Redhat EAP 5.1.2) for our investment banking application... The equivalent snippet from my log is: 2012-02-26 13:50:54,373 INFO [org.jboss.resource.deployment.AdminObject] (main) Bound admin object 'org.apache.activemq.com

Re: javax.jms.InvalidClientIDException

2012-02-26 Thread marnold
Some additional information... The error above only occurs on the third and subsequent send "in a row". That is, the first and second time my MDB sends its JMS message without errors, but the third time fails. "in a row", because if I leave a good minute between attempts, it always works. I hav

javax.jms.InvalidClientIDException

2012-02-26 Thread marnold
Hi, I have an ActiveMQ 5.5.1 broker embedded in JBoss 5.1. I used these instructions: http://activemq.apache.org/integrating-apache-activemq-with-jboss.html I have MDBs on ActiveMQ queues. As part of their processing, these MDBs call SLSBs to send JMS messages to other ActiveMQ queues. My goal