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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Sep 12 12:44:26 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627897#comment-12627897 ] 

Brian Fitzpatrick commented on JBIDE-9695:
------------------------------------------

That's not a bad approach (thanks for the example!). We'd need to have different ways to tell if the jars were available in the runtime to support a particular queue configuration. So if we found an ActiveMQ queue config XML, we'd check to see if the appropriate jars existed. Same for HornetQ, JBM, etc...

Definitely something to look into. I'm not sure that we have time and resources to immediately look into this, but it's definitely something worth exploring. :)

> 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

        


More information about the jbosstools-issues mailing list