[jboss-jira] [JBoss JIRA] (WFLY-4470) Duplicate message deliveries when start an MDB twice via CLI
Chao Wang (JIRA)
issues at jboss.org
Mon Mar 30 06:25:18 EDT 2015
Chao Wang created WFLY-4470:
-------------------------------
Summary: Duplicate message deliveries when start an MDB twice via CLI
Key: WFLY-4470
URL: https://issues.jboss.org/browse/WFLY-4470
Project: WildFly
Issue Type: Bug
Components: EJB, JMS
Affects Versions: 9.0.0.Beta2
Reporter: Chao Wang
Assignee: Chao Wang
Description of problem:
A singleton MDB delivers duplicate messages when start-delivery() is invoked twice while the message being delivered
Steps to Reproduce:
1. Create a producer, which keeps sending messages for every second
2. Deploy a singleton consumer MDB
3. Invoke start-delivery() method on the MDB while the messages being delivered
Actual results:
MDB delivers duplicate messages
Expected results:
MDB needs to ignore start-delivery() call if the MDB has already been started.
Additional info:
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list