You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/01 11:54:00 UTC

[jira] [Work logged] (AMQNET-617) Support Message Selectors

     [ https://issues.apache.org/jira/browse/AMQNET-617?focusedWorklogId=321199&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-321199 ]

ASF GitHub Bot logged work on AMQNET-617:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Oct/19 11:53
            Start Date: 01/Oct/19 11:53
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on pull request #39: AMQNET-617: Support Message Selectors
URL: https://github.com/apache/activemq-nms-amqp/pull/39#discussion_r330014347
 
 

 ##########
 File path: README.md
 ##########
 @@ -62,7 +62,7 @@ So in general most of the top level classes that implement the Apache.NMS interf
 | IMessageProducer | Y * | Anonymous producers are only supported on connections with the ANONYMOUS-RELAY capability. |
 | MsgDeliveryMode.Persistent | Y | Producers will block on send until an outcome is received or will timeout after waiting the RequestTimeout timespan amount. Exceptions may be throw depending on the outcome or if the producer times out. |
 | MsgDeliveryMode.NonPersistent | Y | Producers will not block on send nor expect to receive an outcome. Should an exception be raised from the outcome the exception will be delivered using the the connection ExceptionListener. |
-| IMessageConsumer | Y * | Message Selectors and noLocal filter are not supported. |
+| IMessageConsumer | Y * | NoLocal filter is not supported. |
 
 Review comment:
   can we add a like showing that message selectors are supported
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 321199)
    Time Spent: 40m  (was: 0.5h)

> Support Message Selectors
> -------------------------
>
>                 Key: AMQNET-617
>                 URL: https://issues.apache.org/jira/browse/AMQNET-617
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: AMQP
>    Affects Versions: 1.8.0
>            Reporter: Krzysztof Porebski
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Current implementation of message selectors doesn't work with Apache Artemis. It should be implemented the same way as in qpid-jms. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)