anonymous wrote : topic does not exist: TOPIC.com/mysystem/mq/JobInvocationTopic

I am not sure why the server is looking up the topic at 
TOPIC.com/mysystem/mq/JobInvocationTopic instead of 
TOPIC.topic/com/mysystem/mq/JobInvocationTopic

Try out the following:

Change your topic-config-service.xml (only this file) to:

 
  <mbean code="org.jboss.mq.server.jmx.Topic"
  |    name="jboss.mq.destination:service=Topic,name=job-invocation-topic">
  |     <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |     <depends 
optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  |     <attribute 
name="JNDIName">com/mysystem/mq/JobInvocationTopic</attribute>
  |   </mbean>
  |      

Notice that i have removed the 'topic/' from the JNDIName. See if this works.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to