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 2011/02/01 20:42:28 UTC

[jira] Updated: (AMQNET-44) Selector not being set in NMS when calling Session.CreateConsumer(destination,selector)

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

Jim Gomes updated AMQNET-44:
----------------------------

    Parent:     (was: AMQNET-68)

> Selector not being set in NMS when calling Session.CreateConsumer(destination,selector)
> ---------------------------------------------------------------------------------------
>
>                 Key: AMQNET-44
>                 URL: https://issues.apache.org/jira/browse/AMQNET-44
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>            Reporter: Chris Beton
>            Assignee: james strachan
>            Priority: Minor
>         Attachments: AMQNET-44.patch
>
>
> In Session.cs the two argument call to CreateConsumer should read:-
> public IMessageConsumer CreateConsumer(IDestination destination, string selector)
> {
>     return CreateConsumer(destination, selector, false);
> }
> At present the second argument is null.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira