I've checked out JBoss Head and tried to deploy my MDBs there.

I still get errors.

My annotations:
@MessageDriven(activationConfig =
{
@ActivationConfigProperty(propertyName="messagingType", 
propertyValue="javax.jms.MessageListener"),
@ActivationConfigProperty(propertyName="destinationType", 
propertyValue="javax.jms.Queue"),
@ActivationConfigProperty(propertyName="destination", 
propertyValue="queue/testqueue"),
@ActivationConfigProperty(propertyName="connectionFactoryName", 
propertyValue="activemq/QueueConnectionFactory"),
@ActivationConfigProperty(propertyName="resourceAdaptorName", 
propertyValue="activemq-ra-3.2.1.rar")
        })

The errors:
2006-01-17 10:44:17,370 WARN  [org.jboss.ejb3.mdb.MDB] JMS provider failure
detected:
javax.jms.JMSException: Error creating the dlq connection: queue not bound
    at org.jboss.ejb3.mdb.DLQHandler.createService(DLQHandler.java:153)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupp
ort.java:260)
    at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:188)
    at org.jboss.ejb3.mdb.MDB.setupDLQ(MDB.java:860)
    at org.jboss.ejb3.mdb.MDB.innerCreate(MDB.java:374)
    at org.jboss.ejb3.mdb.MDB.start(MDB.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
...

Has anyone managed to get ActiveMQ to run with annotations?
I've checked the SwiftMQ samples...but that didn't help either...
(without annotations it works)

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917812#3917812

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917812


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to