[jboss-user] [EJB/JBoss] - Re: message driven bean error

jaikiran do-not-reply at jboss.com
Sat Jun 2 23:30:48 EDT 2007


anonymous wrote : <destination-jndi-name>WebRuleExportTopic</destination-jndi-name>

anonymous wrote : 23:26:46,068 WARN [JMSContainerInvoker] destination not found: topic/WebRuleImportTopic reason: javax.naming.NameNotFoundExc
  | eption: WebRuleImportTopic not bound

We need more details:

1) When does this WARN message come up? Is it during deploying the application? Is there any exception stacktrace that you can post? 

2) Also note that your MDB is pointing to the WebRuleExportTopic topic whereas the NamenotFoundException mentions WebRuleImportTopic - which means either there's a typo in your post or you havent configured the MDB/topic correctly.  

3) Have you configured your topic. This is usually done in the jbossmq-destinations-service.xml file present under %JBOSS_HOME%/server/default/deploy/jms folder. If you havent configured it and if there's a MDB that is listening on a non-existent topic/queue, JBoss creates a temporary queue/topic for you when the application is being deployed.



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

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



More information about the jboss-user mailing list