[jira] [Created] (AMQNET-351) After failover, messages are sent, but not received

2011-11-21 Thread Frank Gynnild (Created) (JIRA)
After failover, messages are sent, but not received --- Key: AMQNET-351 URL: https://issues.apache.org/jira/browse/AMQNET-351 Project: ActiveMQ .Net Issue Type: Bug Affects Versions: 1.5.2

[jira] [Updated] (AMQNET-351) After failover, messages are sent, but not received

2011-11-21 Thread Frank Gynnild (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Gynnild updated AMQNET-351: - Attachment: NmsFailoverReceiveTest.cs After failover, messages are sent, but not received

C# - NMS.ActiveMQ (Trunk) - Windows-Service with admin-user account

2011-11-21 Thread Shine
hi, I am using the latest version of NMS to connect to an ActiveMQ Server (version 5.5). If you use this snippet in a windows service runs with a local admin credential, you get an EndOfStreamException at this.connection.Start();. That snippet works fine in a normal windows application or if the

[jira] [Updated] (AMQNET-351) After failover, messages are sent, but not received

2011-11-21 Thread Frank Gynnild (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Gynnild updated AMQNET-351: - Description: See attached unit test. Test does this: 1) Creates a connection, session and

Re: C# - NMS.ActiveMQ (Trunk) - Windows-Service with admin-user account

2011-11-21 Thread Jim Gomes
This is interesting. With your work-around in place, it will eventually connect and everything works correctly after that? On Mon, Nov 21, 2011 at 8:59 AM, Shine activ...@club.webhop.org wrote: hi, I am using the latest version of NMS to connect to an ActiveMQ Server (version 5.5). If you

[jira] [Created] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Timothy Bish (Created) (JIRA)
Issue with message dispatching post failver when advisory consumer is enabled. -- Key: AMQNET-352 URL: https://issues.apache.org/jira/browse/AMQNET-352 Project: ActiveMQ .Net

[jira] [Commented] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Frank Gynnild (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154695#comment-13154695 ] Frank Gynnild commented on AMQNET-352: -- Hi, this issue is probably the cause of what

[jira] [Assigned] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Timothy Bish (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQNET-352: --- Assignee: Timothy Bish (was: Jim Gomes) Issue with message dispatching post failver

[jira] [Commented] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Timothy Bish (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154701#comment-13154701 ] Timothy Bish commented on AMQNET-352: - Disable watchTopicAdviosires in the Connection

[jira] [Resolved] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Timothy Bish (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQNET-352. - Resolution: Fixed Fixed in trunk and the 1.5.x branch Issue with message

[jira] [Commented] (AMQNET-351) After failover, messages are sent, but not received

2011-11-21 Thread Timothy Bish (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154732#comment-13154732 ] Timothy Bish commented on AMQNET-351: - This should be resolved by AMQNET-352

[jira] [Commented] (AMQNET-352) Issue with message dispatching post failver when advisory consumer is enabled.

2011-11-21 Thread Frank Gynnild (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154927#comment-13154927 ] Frank Gynnild commented on AMQNET-352: -- I tested your fix and it works great. Thanks!

[jira] [Resolved] (AMQNET-351) After failover, messages are sent, but not received

2011-11-21 Thread Frank Gynnild (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Gynnild resolved AMQNET-351. -- Resolution: Duplicate This is a duplicate of AMQNET-352. I tested the fix that Timothy Bish