[ https://issues.apache.org/activemq/browse/AMQNET-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59139#action_59139 ]
jim yu commented on AMQNET-249: ------------------------------- Hi, Thanks for your replay. I was using NMS 1.2.0 at first time. But I kept getting the error "No IConnectionFactory implementation found for connection URI: activemq:tcp://localhost:61616" when it ran to factory = New NMSConnectionFactory(ConnURI, "TESTMQ"). I've searched the article related to this issue and copied files "nmsprovider-activemq.xml", "nmsprovider-tcp.xml", "nmsprovider-test.xml" to the specific folder. However, I got the same error. Did I do any step wrong or miss anything in above code? It works fine in NMS 1.1.0 but got exceptation in NMS1.2.0. I did the test in my local machine, I believe there should be no sync. problem. Because the message sent from Sender never kept in pending queue so I just tried to set a time to live. I've tried to set it from 1 to 10000, but the message disappeared immediately still. Have any idea about this? Thanks again. > 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.