https://bz.apache.org/bugzilla/show_bug.cgi?id=59245
--- Comment #2 from mdiianni <[email protected]> --- Hi Phillipe, thanks your reply, Basically I'm trying to run a test injecting messages into a JMS queue using JMeter Point-to-Point Sampler using Request Only mode (fire and forget). On application side, provider has implemented a solution using Apache ServiceMix stack which implements ActiveMQ, Camel, CXF and Karaf. Camel in this case is handling the signing and verification on application side using camel:crypto (http://camel.apache.org/crypto.html). What is does is generate a message signature and put it into the 'CamelDigitalSignature' JMS header. So far, I don't have yet a preprocessor to handle this yet, still work in progress. Attached there is a java snippet with the skeleton of what I have done so far to sign the message, I still need to sort out adding the header and send the jms request. -- You are receiving this mail because: You are the assignee for the bug.
