[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3760) Generate jbm destination file from service
Denny Xu (JIRA)
jira-events at lists.jboss.org
Sun Feb 8 23:52:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBIDE-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12451709#action_12451709 ]
Denny Xu commented on JBIDE-3760:
---------------------------------
Does every jms-message-filter tag maps a mbean tag? just like
"<jms-message-filter dest-type="QUEUE"
dest-name="queue/quickstart_Business_Rules_Request_GW" /> " maps
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_Business_Rules_Request_GW"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
</mbean>
and only *name* attribute (name="jboss.esb.quickstart.destination:service=Queue,name=quickstart_Business_Rules_Request_GW") is dynamic, right?
> 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