You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2007/09/11 01:15:22 UTC

[jira] Updated: (AMQNET-56) Ack mode of subscription should default to 'auto', not 'client'.

     [ https://issues.apache.org/activemq/browse/AMQNET-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-56:
----------------------------

    Attachment: StompWireFormat.cs.patch.txt
                Session.cs.patch.txt
                ConsumerInfo.cs.patch.txt

Patch implementation adds a new attribute to the ConsumerInfo object that will pass on the acknowledgment mode when creating new subscriptions.

Note: the patch for Session.cs was made after applying the patch for [AMQNET-50].
Note: the patch for StompWireFormat.cs was made after applying the patch for [AMQNET-53].

> Ack mode of subscription should default to 'auto', not 'client'.
> ----------------------------------------------------------------
>
>                 Key: AMQNET-56
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-56
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: Stomp
>         Environment: Windows XP SP2, .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: James Strachan
>         Attachments: ConsumerInfo.cs.patch.txt, Session.cs.patch.txt, StompWireFormat.cs.patch.txt
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Currently, when a client subscribes to a queue or topic, the acknowledgement mode is always set to 'client'.  This setting needs to be optional, and it needs to default to 'auto'.  The default setting of 'auto' matches the rest of the NMS API and STOMPConnect's default setting for this parameter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.