Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
To be reviewed
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: Transport: JMS
-
Labels:None
-
Environment:
Linux Ubuntu 8.04, i386, Java 6
-
User impact:Low
-
Similar Issues:None
Description
Mule doesn't actually seem to start the JMS connection to the broker. This is caused by the following code in JMSConnector:
connection = createConnection();
if (!started.get())
{
connection.start();
}
Patch fixing the issue