Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tJMSOutput, Howto set jms property

Hi,
I need to send a message via tJMSOutput.
The message has to contain, apart from the payload, a message property.
Here is a plain java snippet of what i would like to achieve:
Message msg = session.createTextMessage(message);
msg.setStringProperty("id", id);

producer.send(msg);

Is this possible with the component out of the box?
Thanks in advance
kent
Labels (3)
2 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Ok.
After analyzing the tJMSOutput component, I found out that this option is not provided.
So I added this functionality to the component itself.
Works!
Cheers,
kent
janhess
Creator II
Creator II

Can you add the new component to Talend Exchange so we can share it.