[jboss-dev-forums] [JBoss ESB Development] - upgrade Jboss AS and ESB
Steam s
do-not-reply at jboss.com
Fri Jun 4 06:18:24 EDT 2010
Steam s [http://community.jboss.org/people/sbutt] replied to the discussion
"upgrade Jboss AS and ESB"
To view the discussion, visit: http://community.jboss.org/message/546185#546185
--------------------------------------------------------------
i compared 'jbmq-queue-service' in both JbossESB-4.4 and JbossESB-4.8. but found no difference.
quickstarts/Hello_World example (JbossESB-4.4)
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_helloworld_Request_esb">
<depends optional-attribute-name="DestinationManager">
jboss.mq:service=DestinationManager
</depends>
</mbean>
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_helloworld_Request_gw">
<depends optional-attribute-name="DestinationManager">
jboss.mq:service=DestinationManager
</depends>
</mbean>
</server>
quickstarts/Hello_World example (JbossESB-4.8)
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_helloworld_Request_esb">
<depends optional-attribute-name="DestinationManager">
jboss.mq:service=DestinationManager
</depends>
</mbean>
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_helloworld_Request_gw">
<depends optional-attribute-name="DestinationManager">
jboss.mq:service=DestinationManager
</depends>
</mbean>
</server>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/546185#546185]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100604/a7d7f3bc/attachment.html
More information about the jboss-dev-forums
mailing list