Re: Message catalog creation

2020-01-10 Thread Virgilio Fornazin
Use broker exchanges for that. amq.topic is fair enough for most situations There were a xml exchange if I remember correctly. Not sure about that. On Fri, 10 Jan 2020 at 16:01 tomt wrote: > Fair enough. I was hoping to take advantage of the AMQP type system and > message property filtering

Re: Message catalog creation

2020-01-10 Thread tomt
Fair enough. I was hoping to take advantage of the AMQP type system and message property filtering if I could have managed it. -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe,

Re: Message catalog creation

2020-01-10 Thread Virgilio Fornazin
You probably need msgpack, protobuf (and others) are what you need to look at. Also, think in amqp as a 'low-level message transport layer', msgpack (or another) as 'low-level message codec layer' and develop your app without knowing how the things are done 'under the hood'. On Fri, Jan 10, 2020

Message catalog creation

2020-01-10 Thread tomt
Hello all, This is more of a usage question after a successful configuration of broker and other components. Is there standard way or existing library to define fields and body structure for particular message for either proton implementation so that a sender and receiver each know what the