[
http://jira.jboss.com/jira/browse/JBESB-701?page=all ]
Daniel Bevenius resolved JBESB-701.
-----------------------------------
Fix Version/s: 4.2.1 IR1
(was: 4.2.1)
Resolution: Done
Committed revision 15010.
Updated the following quickstarts jboss-esb.xml:
fun_cbr/jboss-esb.xml
recipient_list/jboss-esb.xml
wiretap/jboss-esb.xml
Move the messageProp property so that it is not enclosed in the queue element.
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 IR1
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