eclipse-ee4j / openmq

OpenMQ
https://projects.eclipse.org/projects/ee4j.openmq/
Other
50 stars 34 forks source link

newTxnLog: transacted sent message that is dead due to undeliverable but not expired get rerouted to its original destination on broker restart #227

Open glassfishrobot opened 11 years ago

glassfishrobot commented 11 years ago

(see simeng_oracle's 24/Oct/12 comment in GLASSFISH-7717) install GlassFish server asadmin start-domain asadmin create-jms-resource --restype javax.jms.ConnectionFactory jms/myConnectionFactory asadmin create-jms-resource --restype javax.jms.Queue jms/myQueue asadmin deploy MDBApp.ear run sender client TestJMS which sends 1 message in JMS transaction asadmin stop-domain asadmin start-domain imqcmd list dst shows following


Name Type State Producers Consumers Msgs

Total Wildcard Total Wildcard Count Remote UnAck InDelay Avg Size


jms_myQueue Queue RUNNING 0 - 1 - 1 0 1 0 157.0

mq.sys.dmq Queue RUNNING 0 - 0 - 1 0 0 0 1312.0

Affected Versions

[4.4u2, 4.5, 4.5.1, 4.5.2]

glassfishrobot commented 6 years ago
glassfishrobot commented 11 years ago

@glassfishrobot Commented Reported by @amykang2020

glassfishrobot commented 11 years ago

@glassfishrobot Commented File: log.txt Attached By: @amykang2020

glassfishrobot commented 11 years ago

@glassfishrobot Commented File: MDBApp.ear Attached By: @amykang2020

glassfishrobot commented 11 years ago

@glassfishrobot Commented File: MessageBean.java Attached By: @amykang2020

glassfishrobot commented 11 years ago

@glassfishrobot Commented File: TestJMS.java Attached By: @amykang2020

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA MQ-227