Is API Receive having ordering problem?
---------------------------------------
Key: AMQNET-249
URL: https://issues.apache.org/activemq/browse/AMQNET-249
Project: ActiveMQ .Net
Issue Type: Bug
Components: NMS
Affects Versions: 1.1.0
Environment: ActiveMQ is running on Linunx Ubuntu, VB.NET +
Apache.NMS is running on WinXP
Reporter: jim yu
Assignee: Jim Gomes
Hi, All,
If try the following steps, the API receive won't work normally..
1. have 2 programs, one is sender for sending message to actuvemq, another is
receiver for receiving message from activemq.
2. Start a connection from the sender to activemq first.
3. Start a connection from the receiver to qctivemq and call consumer.Receive
(API Receive) to wait for retrieving data form activemq.
4. Call request.send (API Send) to send a message to activemq in sender.
5. The data will be drop by activemq but Receiver will never get data from
activemq.
However, API Receive will work normally if start the receiver first and then
start the sender.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.