gemmellr commented on code in PR #4183:
URL: https://github.com/apache/activemq-artemis/pull/4183#discussion_r1053058648
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallback.java:
##########
@@ -490,6 +489,7 @@ public void serverSend(ProtonServerReceiverContext context,
}
} else {
message.setConnectionID(receiver.getSession().getConnection().getRemoteContainer());
+ message.setproducerID(receiver.getName());
Review Comment:
I was actually more thinking a long, like the broker uses for messages.
Unlike those it wouldnt need persisted and should generally increment less
often.
I mean, if you want the actual link name in as the 'name' in the
describeProducersInfo output you still could do that, but the 'brokers
conceptual id' would be the distinguisher (again, as it is for the messages).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]