-
Book Overview & Buying
-
Table Of Contents
JBoss Tools 3 Developers Guide
As we know, one of the main conditions that sustain the success of our Service is the presence of our two queues, ESBJMSApp_queue_not_gateway and ESBJMSApp_queue_gateway. If in the above section we have configured these queues, it is the perfect time now to indicate that these queues should be activated before the Service is loaded. This order is very important; the Service will not run properly if the queues are not present when it is loaded by the JBossESB Server. To accomplish this task we create an XML file named deployment.xml. The content of this file is pretty intuitive as you can see below (it just creates a dependency between the Service and JMS queues):
<jbossesb-deployment> <depends>jboss.esb.esbjmsapp.destination:service=Queue, name=ESBJMSApp_queue_not_gateway</depends> <depends>jboss.esb.esbjmsapp.destination:service=Queue, name=ESBJMSApp_queue_gateway</depends> </jbossesb-deployment>
Save this file under...
Change the font size
Change margin width
Change background colour