Rajesh Reddy Kasala created ARTEMIS-2940:
--------------------------------------------

             Summary: Able to set the properties in AMQP interceptor but they 
does not exist when consumer received the message
                 Key: ARTEMIS-2940
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2940
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: AMQP
            Reporter: Rajesh Reddy Kasala


When we set the properties in AMQP interceptor:

SimpleAmqpInterceptor.java

message.putStringProperty("key", "value");

 

And try to get the property when consumer receive it:

InterceptorExample.java

messageReceived.getStringProperty("key");

 

Issue can be replicated using 

examples/features/standard/interceptor-amqp/src/main/java/org/apache/activemq/artemis/amqp/example/InterceptorExample.java

 



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

Reply via email to