[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9695) Add option to create JMS Queue on JMS Message Filter

Joao Viragine (JIRA) jira-events at lists.jboss.org
Mon Sep 12 11:13:26 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joao Viragine updated JBIDE-9695:
---------------------------------

    Description: 
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>

  was:
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>



> 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 (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

        


More information about the jbosstools-issues mailing list