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

Timothy Bish commented on AMQNET-459:
-------------------------------------

The only thing I see that breaks is the testDurableConsumer test case which is 
due to the change you made:

{code}
protected static string DURABLE_TOPIC = "TestDurableConsumerTopic";
{code}

Which was originally this:

{code}
protected static string DURABLE_TOPIC = "topic://TEST.DurableConsumerTopic";
{code}

Without the topic:// prefix the code creates a Queue by default which breaks 
the test. 

> Dot Net platform - invalid durable queue test case, durable queue does not 
> work
> -------------------------------------------------------------------------------
>
>                 Key: AMQNET-459
>                 URL: https://issues.apache.org/jira/browse/AMQNET-459
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>            Reporter: Jim Dandy
>            Priority: Minor
>         Attachments: DurableTest.cs
>
>
> I've been having difficulty getting durable consumers working with ActiveMQ 
> in a C# and Windows environment (works fine in Java).
> So I looked at the test case and was surprised to see the test uses the same 
> connection and session to run both the consumer and the producer, for the 
> entire test. If you separate the consumer and producer into separate 
> processes the test fails.
> The test code is found in file csharp_api/DurableTest.cs



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to