[
https://issues.jboss.org/browse/JBIDE-9695?page=com.atlassian.jira.plugin...
]
Joao Viragine commented on JBIDE-9695:
--------------------------------------
Thanks Brian,
What do you thing about a "discovery queue feature" on JMS Message Filter (as we
have in Hermes JMS).
So, JBDS can discovery and present all available queues to user pickup on JMS Message
Filter.
Please take a look at:
http://www.hermesjms.com/confluence/display/HJMS/Managing+Providers
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