[jbosstools-issues] [JBoss JIRA] (JBIDE-11868) Add support for gateway messaging priority in the ESB editor

Kevin Conner (JIRA) jira-events at lists.jboss.org
Wed May 23 21:03:17 EDT 2012


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

Kevin Conner commented on JBIDE-11868:
--------------------------------------

Gateways can now specify the message flow priority by including the following property in the bus/provider/listener configuration

  <property name="messageFlowPriority" value="X"/> where X is a number from 0 to 9 inclusive.

EBWS (exposing endpoint through webservices) must specify this property within the service element, for example

 <service category="category" name="name" description="description">
   <security moduleName="security"/>
   <property name="messageFlowPriority" value="X"/>
   ....
 </service>
                
> Add support for gateway messaging priority in the ESB editor
> ------------------------------------------------------------
>
>                 Key: JBIDE-11868
>                 URL: https://issues.jboss.org/browse/JBIDE-11868
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>            Reporter: Kevin Conner
>
> We will shortly be adding support to enable some gateways to propagate a priority through the bus, based on JMS priorities.  The priority will be configured on the gateways and automatically propagated through service calls.
> This is a placeholder to assist planning, will add more details shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list