[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3760) Generate jbm destination file from service

Noel Rocher (JIRA) jira-events at lists.jboss.org
Mon Feb 9 04:17:44 EST 2009


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

Noel Rocher commented on JBIDE-3760:
------------------------------------

Yes for JMS queues, it's also the same for JMS topics.

i.e: here is a sample with both:

jboss-esb.xml
==============
    <providers>
        <jms-provider name="JMS" connection-factory="ConnectionFactory">
            <jms-bus busid="quickstart-topic">
                <jms-message-filter dest-type="TOPIC" dest-name="topic/quickstart_jmstopic_topic"/>
            </jms-bus>

            <jms-bus busid="quickstart-queue-s1">
                <jms-message-filter dest-type="QUEUE" dest-name="queue/quickstart_jmstopic_queue_s1"/>
            </jms-bus>
...
==============


jbm-service.xml
==============
<?xml version="1.0" encoding="UTF-8"?>
<server>
    
    <mbean code="org.jboss.jms.server.destination.TopicService"
           name="jboss.messaging.destination:service=Topic,name=quickstart_jmstopic_topic"
           xmbean-dd="xmdesc/Topic-xmbean.xml">
        <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
        <depends>jboss.messaging:service=PostOffice</depends>
    </mbean>

    <mbean code="org.jboss.jms.server.destination.QueueService"
           name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_jmstopic_queue_s1"
           xmbean-dd="xmdesc/Queue-xmbean.xml">
        <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
        <depends>jboss.messaging:service=PostOffice</depends>
    </mbean>
...
==============

> Generate jbm destination file from service
> ------------------------------------------
>
>                 Key: JBIDE-3760
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3760
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: esb
>            Reporter: Noel Rocher
>            Priority: Optional
>
> Could be useful to provide a mean to generate jbossmessaging destination files from the jboss-esb.xml definition also with deployment dependencies. 
> Should ask in which project directory to put these generated files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list