Re: Query around ActiveMQ.DLQ

2013-04-30 Thread marnold
Thanks Christian. (I work with Deepak.) In our system, Camel produces JMS messages from integrated endpoints, which are consumed by EJB MDBs. The EJB application produces new JMS messages, which are consumed by Camel to send to other integrated endpoints (eg. WebSphere MQ). We use transacted ro

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