[
https://issues.jboss.org/browse/JBIDE-11868?page=com.atlassian.jira.plugi...
]
Kevin Conner commented on JBIDE-11868:
--------------------------------------
If the service actions specify the inXsd attribute then an EBWS gateway will be
automatically generated *unless* the webservice attribute is set to false.
<service ...>
<actions inXsd="xxx.xsd" ...>
...
</actions>
</service>
<service ...>
<actions inXsd="xxx.xsd" webservice="true" ...>
...
</actions>
</service>
The following won't
<service ...>
<actions inXsd="xxx.xsd" webservice="false" ...>
...
</actions>
</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
Components: esb
Reporter: Kevin Conner
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.Beta2-SOA
Attachments: MessageFlowPriority_InputField.png
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