You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/04/26 14:31:26 UTC

[jira] Commented: (AMQNET-249) Is API Receive having ordering problem?

    [ https://issues.apache.org/activemq/browse/AMQNET-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59089#action_59089 ] 

Timothy Bish commented on AMQNET-249:
-------------------------------------

Sounds like you are using Topics, this is normal behavior for a Topic based message channel.  See:
http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html


> 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
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> 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.