Details
Description
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.