[
http://jira.jboss.com/jira/browse/JBESB-582?page=comments#action_12363696 ]
Kevin Conner commented on JBESB-582:
------------------------------------
Hiya Bernard.
I noticed this issue earlier this week whilst looking through the quickstarts. I already
have a fix for it but thank you for reporting this.
So far this has been found in four quickstarts: simple_cbr, fun_cbr,
transformation_XML2POJO and aggregator.
Simple_cbr Quickstart: ReceiveJMSMessage doesn't work
-----------------------------------------------------
Key: JBESB-582
URL:
http://jira.jboss.com/jira/browse/JBESB-582
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 2
Reporter: Bernard Tison
Assigned To: Kevin Conner
Priority: Minor
Fix For: 4.2
Attachments: ReceiveJMSMessage.java
The org.jboss.soa.esb.samples.quickstart.simplecbr.test.ReceiveJMSMessage.java code
doesn't work. It creates a new QueueReceiver object every 2 seconds. Also the
System.out.println(msg) does not work with JBoss Messaging. It should be
System.out.println(msg.getText()).
Attached refactored code. Tested with jbossesb-server-4.2 (using JBoss Messaging) and
JBoss AS 4.2 (using JBoss MQ)
--
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