新建NewESB工程, 并在在jboss-esb.xml文件配置ESB消息:
...
....
在deployment.xml中:
在jbmq-queue-service.xml中写:
jboss.mq:service=DestinationManager
jboss.mq:service=DestinationManager
用JBOSS TOOLS 3.0部署NewESB时出现以下问题:
05:33:40,937 INFO [JBoss4ESBDeployer] create esb service, NewESB.esb
05:33:40,978 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.esb:deployment=NewESB.esb
State: NOTYETINSTALLED
I Depend On:
jboss.esb:deployment=jbossesb.esb
jboss.esb.quickstart.destination:service=Queue,name=helloworld_esb
jboss.esb.quickstart.destination:service=Queue,name=helloworld_gateway
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.esb.quickstart.destination:service=Queue,name=helloworld_esb
State: NOTYETINSTALLED
Depends On Me:
jboss.esb:deployment=NewESB.esb
到底是什么问题,是不是服务器上哪里没有配置?请大家帮忙(JBoss ESB已安装成功, 可以用Ant运行Sample)