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

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

For version 1.2.0 onward you should need any config files, just ensure that the 
NMS and NMS.ActiveMQ DLLs are located together and referenced by you studio 
project.  

I don't see anything wrong in the code you sent and this is functionality that 
is tested and working here so I don't know, if you can attach a test case that 
reproduces the issue we can take a look.

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

Reply via email to