I am using JMS Queue Sender pallete to send message through MQ queue to an application which uses MQ interface to read the message and it expects ApplIdentityData and format = 'MQSTR' as part of the MQ header.
Not sure how I can implement it in TIBCO BW; could some please help me.
Checkout https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q032020_.htm
If you set a JMS message property with those names you can control the MQMD Header information. For example msg.setStringProperty("JMS_IBM_Format","777"); would change that format. But if you send a JMS TextMessage you should already get the correct MQ Format. Your MQ Application name will be filled in (something derived from Business Works) by the send method. I think the rows with "Set By" "Send Method" you can't control.
Related
Is there an alternate way to post message to mq from DB2 triggers other than MQSEND, I need to send mq group ID along with the payload.
WSO2 esb:
(in Api)processor1 send message to queue and other processor2 wait for specific message to get it. Is it possible that processor2 wait for specific message, if found then send to destination?
this is flow diagram
How to get total email conversation with single common identifier in all email messages using java. javaMail API and JMS is giving sender and receiver message id which is different. I need the common identifer which will specify the communication thread.
There is no such thing. If you're trying to correlate messages into a "thread" or "conversation", see this.
How CometD send response to a /meta/connect message.
Also how cometd receive/send message received on any broadcast channel. Are there any message queues involved?
If there is queue involved then will /meta/connect will also be en queued into this? Does this queue exist on client side as well?
You may want to read the CometD documentation, in particular the CometD Concepts.
I want to send a mail and only if this works put a message into a JMS queue.
How can I do it? I couldn't find any mail:outbound-gateway.
OBS: By now a am using publish-subscribe-channel, but this is not exactly what I need.
OBS: By now a am using publish-subscribe-channel, but this is not exactly what i need.
Why not?
There are several techniques to do this:
Publish subscribe channel with the JMS endpoint the second subscriber (mail order="1", jms order="2") (with ignore-failures="false" - the default).
Recipient List Router
Expression Evaluating Request Handler Advice