Unable to set the get-payload-location for a JMS notifier
---------------------------------------------------------
Key: JBESB-3610
URL:
https://issues.jboss.org/browse/JBESB-3610
Project: JBoss ESB
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Configuration
Affects Versions: 4.9
Environment: Windows
Reporter: Brian Blasko
Priority: Minor
The JMS notifier uses the MessagePayloadProxy to retreive the payload to send in the
notification. The problem is that neither the configuration nor the ESB Plugin tool
supports setting the attributes in the config to support this.
It is possible to code this manually but whenever you use the ESB Plugin, it gets
removed.
<NotificationList type="ok">
<target class="NotifyQueues"
get-payload-location="ReplyMessage">
<queue connection-factory="XAConnectionFactory"
jndiName="/queue/SYSTEM.REPLY"/>
</target>
</NotificationList>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira