]
Joao Viragine updated JBIDE-9695:
---------------------------------
Attachment: JMS Message Filter.png
JMS Message Filter Screenshot
Add option to create JMS Queue on JMS Message Filter
----------------------------------------------------
Key: JBIDE-9695
URL:
https://issues.jboss.org/browse/JBIDE-9695
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Reporter: Joao Viragine
Assignee: Brian Fitzpatrick
Attachments: JMS Message Filter.png
It would be nice if we had an option to create a JMS Queue when we define a JMS
Provider.
The JBDS should create a file called messaging-queue-service.xml with the content:
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.esb.billing.destination:service=Queue,name=MyQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends
optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer
</depends>
<depends>jboss.messaging:service=PostOffice</depends>
</mbean>
</server>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: