Re: basic question about where aggregation is appropriate

2024-01-18 Thread Mitch Trachtenberg
Claus, Thank you! It wasn't obvious to me how straightforward it is to convert Strings to other property types in YAML/XML. Your response has simplified my life (and route) enormously. Thanks again, Mitch On Thu, Jan 18, 2024 at 2:11 AM Claus Ibsen wrote: > Hi > > Is each field name unique,

Re: How to set custom header(s) on message sent to Azure Service Bus

2024-01-18 Thread Andrea Cosentino
I didn't find the time yet, but I'll try to look at that soon. Il giorno mer 17 gen 2024 alle ore 19:18 Andrea Cosentino ha scritto: > I'll try to check tomorrow and get back to you. > > Sorry for the late reply > > Il mer 17 gen 2024, 19:08 Shultz, Dmitry ha > scritto: > >> Have anybody used/s

Re: basic question about where aggregation is appropriate

2024-01-18 Thread Claus Ibsen
Hi Is each field name unique, and in the form key1=value1 key2=value2 You can then load this into a java.util.Properties (that is a Map) then you set that as a header. On Wed, Jan 10, 2024 at 4:54 PM Mitch Trachtenberg wrote: > Hi, > > I am using the following approach in designing an appli