"jaikiran" wrote : Do you mean, the MDB is listening to a remote-queue? If so how have your configured your MDB? Please post your jboss.xml contents
Yes, sorry. My jboss.xml is: <?xml version="1.0"?> | <jboss> | <enterprise-beans> | <message-driven> | <ejb-name>FormConsumer</ejb-name> | <destination-jndi-name>queue/ProvidentDemoQueue</destination-jndi-name> | <resource-ref> | <res-ref-name>jms/ConnectionFactory</res-ref-name> | <jndi-name>ConnectionFactory</jndi-name> | </resource-ref> | <!-- Remote connection to the queue. --> | <invoker-bindings> | <invoker> | <invoker-proxy-binding-name>my-outside-mdb-invoker</invoker-proxy-binding-name> | </invoker> | </invoker-bindings> | </message-driven> | </enterprise-beans> | </jboss> I have the corresponding invoker-proxy-binding element in server/default/conf/standardjboss.xml and provided an mbean for the queue in server/default/deploy/jms/remote-jms-ds.xml. Would it be useful to post those as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901760#3901760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901760 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
