My apologies, I overlooked some code and indeed the properties are working for all message types.
So I only submitted a bug / enhancement to enable sending of Object Messages by loading a file; https://issues.apache.org/bugzilla/show_bug.cgi?id=52936 (patch included) Regards, Miel On 18 March 2012 00:09, Philippe Mouawad <[email protected]> wrote: > Hello, > > I suggest you open a BugZilla issue of type enhancement and attach a patch > made on current trunk. > > Regarding JMS Properties, what makes you think it only works on Text > Messages ? > I think It works on all type of messages sent today by JMS Publisher. > > But if you find it's not the case the submit a patch also including this > feature. > Otherwise only submit patch on the Object message from file > > Regards > Philippe > > On Sat, Mar 17, 2012 at 11:58 PM, Miel Donkers > <[email protected]>wrote: > > > Hi JMeter developers, > > > > I'm working at a client who uses JMeter for performance testing. Lately > > they also started using JMeter for testing their JMS services, but two > > features were missing; Object message from file and adding properties to > a > > JMS message from the JMS Publisher. > > > > Now I was working on a solution for both of these issues, and this week I > > wanted to contribute them both, until I discovered the JMS properties > issue > > is already (partially) done. See Bug report 5210. Looking at the code > > though, my implementation fixes the JMS Properties for all messages, not > > only text messages. > > > > As this is the first time I'm contributing to JMeter (or Open Source in > > general), I would like to know how to proceed. Should / can I merge both > > solutions and provide a new patch? Or is there perhaps another solution? > > > > Thanks! > > > > Best regards, > > Miel Donkers > > > > > > -- > Cordialement. > Philippe Mouawad. >
