You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/10/01 11:53:20 UTC

[GitHub] [activemq-nms-amqp] michaelandrepearce commented on a change in pull request #39: AMQNET-617: Support Message Selectors

michaelandrepearce commented on a change in 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


With regards,
Apache Git Services