[
http://jira.jboss.com/jira/browse/JBESB-701?page=comments#action_12374990 ]
Daniel Bevenius commented on JBESB-701:
---------------------------------------
Thanks Jiri, I'll take a look at the quickstarts.
JMS Queue Notifier does not have configured message properties
attached
-----------------------------------------------------------------------
Key: JBESB-701
URL:
http://jira.jboss.com/jira/browse/JBESB-701
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.2 Milestone Release 2
Reporter: Jiri Pechanec
Assigned To: Daniel Bevenius
Priority: Minor
Fix For: 4.2.1
The configuration Notifier with class NotifyQueues can contain a list of elements
"queue" and each of these "queue" can contain a list of
"messageProp" elements that contains properties to be attached to message.
The properties are not attached.
The reason is:
Constructor NotifyQueues is populated with ConfigTree that has root at the
"target" element and has correctly access to the child "queue"
elements from which it initilizes but the same ConfigTree is passed to NofityJMS parent
class which can't initialize properties as they are stored not on this level but on
the level below under each "queue" element.
--
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