Issue Type: Feature Request Feature Request
Assignee: Tomohisa igarashi
Components: component-jca
Created: 17/May/13 11:44 AM
Description:

Generally JMS ResourceAdapter only supports javax.jms.MessageListener for inflow, so it doesn't return reply message. but if we have right ConnectionFactory JNDI name which is exposed by ResourceAdapter, then we can send reply message through this ConnectionFactory and synchronize with same transaction for the inflow receiving.

One thing to note - we need to lookup Destination as well in this case. If the JMS server is remote node, Destination is supposed to be looked up from remote JNDI even if the ResourceAdapter is deployed on local node. That's a similar problem we have in JCA/JMS outbound gateway today - Destination lookup may need different JNDI properties against ConnectionFactory lookup.

Fix Versions: 1.0
Project: SwitchYard
Priority: Major Major
Reporter: Tomohisa igarashi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira