Re: Apache Artemis Set Message Property/Header Of Client's External IP Address

2025-05-30 Thread William Crowell
Domenico, I think that is going to work. Thank you! From: Domenico Francesco Bruscino Date: Friday, May 30, 2025 at 1:08 AM To: users@activemq.apache.org Subject: Re: Apache Artemis Set Message Property/Header Of Client's External IP Address Hi William, you can create an interceptor[

Re: Apache Artemis Set Message Property/Header Of Client's External IP Address

2025-05-30 Thread Justin Bertram
Couple of thoughts here: - Necessary properties and/or payload should really be set by the producers themselves. This should be part of the messaging "contract" (e.g. like an API) used to govern communication between application components. - One of the main strengths of asynchronous messaging i

Re: Apache Artemis Set Message Property/Header Of Client's External IP Address

2025-05-29 Thread Domenico Francesco Bruscino
Hi William, you can create an interceptor[1] to put a property with the source IP in the incoming message. See the example JMS Interceptor Example[2]. [1] https://activemq.apache.org/components/artemis/documentation/latest/intercepting-operations.html#intercepting-operations [2] https://github.co

Apache Artemis Set Message Property/Header Of Client's External IP Address

2025-05-29 Thread William Crowell
In Apache Artemis Is it possible to send the external IP of clients publishing messages in a message header and/or property or add something to the broker configuration to put it in the message payload? I know that connection routers have access to the SOURCE_IP. Regards, William Crowell Th