Re: Filter with the subject

2022-10-21 Thread Gavrila, Daniel
nico On Fri, 21 Oct 2022 at 18:52, Gavrila, Daniel wrote: > Hi Domenico, > > I‘m porting an application from > qpid-cpp broker to Artemis, it is just AMQP . On the client side I‘m using > qpid proton C++ library and the code is looking like this: > > proton::message m; > m.su

Re: Filter with the subject

2022-10-21 Thread Gavrila, Daniel
ubject Hi Daniel, what protocol are you using to send messages? Where are you setting the subject for your messages: in the body or in the properties? Regards, Domenico On Fri, 21 Oct 2022 at 11:15, Gavrila, Daniel wrote: > Hello , > > I have a divert that I would like to forward t

Filter with the subject

2022-10-21 Thread Gavrila, Daniel
Hello , I have a divert that I would like to forward to a LVQ just if the message has the subject set to the string "DesignMessage". In the documentation there are some Identifiers like AMQPriority , AMQExpiration etc. and tried my luck with AMQSubject but is not working. No messages are comin