[
http://jira.jboss.com/jira/browse/JBESB-768?page=all ]
Daniel Bevenius closed JBESB-768.
---------------------------------
Resolution: Done
Commited work with revision: 18467
Added the quickstart jms_router. This demostrates using the JMSRouter and using a
correlation id with the ESB.
I've also added support to specify jndi connection properties. This is snippet from
the quickstarts jboss-esb.xml:
<action name="routeToReplyQueue"
class="org.jboss.soa.esb.actions.routing.JMSRouter">
<property name="jndi-context-factory"
value="org.jnp.interfaces.NamingContextFactory"/>
<property name="jndi-URL"
value="127.0.0.1:1099"/>
<property name="jndi-pkg-prefix"
value="org.jboss.naming:org.jnp.interfaces"/>
<property name="connection-factory"
value="ConnectionFactory"/>
<property name="jndiName"
value="queue/quickstart_jms_router_routeTo"/>
<property name="unwrap" value="true"/>
</action>
Quickstart that demos JMS custom_correlation
--------------------------------------------
Key: JBESB-768
URL:
http://jira.jboss.com/jira/browse/JBESB-768
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Examples
Reporter: Daniel Bevenius
Assigned To: Daniel Bevenius
Priority: Optional
Fix For: 4.3
Burr suggested that we add a quickstart that demos a custom correlation using jms.
An example could be an application that creates a custom correlation id which it sets on
the JMSMessage before posting to the ESB. It then needs to wait for a response and use a
selector for that that specific correlation id. This would call for them to create a
custom JMSRouter/JMSNotifier.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira