[
https://issues.jboss.org/browse/JBIDE-9695?page=com.atlassian.jira.plugin...
]
Brian Fitzpatrick updated JBIDE-9695:
-------------------------------------
Fix Version/s: LATER
Great idea. I'm working on some prototype editors for the queue configuration files as
well, so this might work into that effort.
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
Fix For: LATER
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 (and deploy) a file called
MyESBProjectName-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:
http://www.atlassian.com/software/jira