-
Type:
Enhancement
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Do
-
Affects Version/s: 1.1.0-GA
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
Fedora 25, Mono 4.x
-
Affects:Migration, Compatibility/Configuration, User Experience
We are Using jboss-a-mq-nms-6.3.0.redhat-187. Broker is 6.3 too.
Trying to CreateDurableConsumer() when ack mode is Apache.NMS.AcknowledgementMode.IndividualAcknowledge.
Receiving exception as follows:
ModChangedTest.exe Error: 0 : Apache.NMS.NMSException: Cannot create a durable consumer for a session that is using Individual Acknowledgement mode.
at Apache.NMS.ActiveMQ.Session.CreateDurableConsumer(ITopic destination, String name, String selector, Boolean noLocal) in c:\dev\NMS.ActiveMQ\src\main\csharp\Session.cs:line 547
For the JMS client this was resolved via AMQ-3486 and AMQ-5163
and 5163.