Havret / dotnet-activemq-artemis-client

.NET Client for Apache ActiveMQ Artemis
https://havret.github.io/dotnet-activemq-artemis-client/
MIT License
63 stars 11 forks source link

Issue with Message Filtering in NMS.AMQP Consumer Attached to ArtemisNetClient.Testing #468

Closed Havret closed 11 months ago

Havret commented 11 months ago

Description of the Bug

When attempting to attach an NMS.AMQP consumer with a MessageSelector to ArtemisNetClient.Testing, the message filtering capability fails to function correctly.

Expected Behavior

The messages should be filtered effectively based on the defined message selector.

Environment:

Additional Context

The issue arises because NMS.AMQP passes its message selector as jms-selector instead of using apache.org:selector-filter:string.