[jboss-user] [Beginner's Corner] - How to confirm JBoss AS 6 messaging is running/enabled
Anders Welen
do-not-reply at jboss.com
Thu Aug 19 11:09:50 EDT 2010
Anders Welen [http://community.jboss.org/people/Welle] replied to the discussion
"How to confirm JBoss AS 6 messaging is running/enabled"
To view the discussion, visit: http://community.jboss.org/message/558162#558162
--------------------------------------------------------------
Hmm...
It seems like you are trying to deploy a Topic called ianTest using the mbean solution. I'm not sure it you can do that in HornetQ (anyone else know this for sure?)
<mbean code="org.jboss.jms.server.destination.TopicService"
name="jboss.messaging.destination:service=Topic,name=ianTest"
xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
</mbean>
I believe (i'm far from sure as I haven't started using JBoss 6 yet) that you have to put the topic def. into "$JBOSS_HOME/server/XXX/deploy/hornetq/hornetq-jms.xml":
<topic name="ianTest">
<entry name="/topic/ianTest"/>
</topic>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/558162#558162]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100819/f6160da1/attachment-0001.html
More information about the jboss-user
mailing list