Author |
Message |
Topic: Get the Topic Name of an MQ message being read from a queue |
nick12
Replies: 5 Views: 5619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2024 6:36 am Subject: Get the Topic Name of an MQ message being read from a queue |
I figured out that I can configure "RFH2" instead of "Message properties" in the MQ susbscription with MQ Explorer, and doing so makes an RFH2 folder show up in the message the bro ... |
Topic: Get the Topic Name of an MQ message being read from a queue |
nick12
Replies: 5 Views: 5619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2024 6:22 am Subject: Get the Topic Name of an MQ message being read from a queue |
The RFH2 header certainly is available from your message flow. See https://www.ibm.com/docs/en/app-connect/12.0?topic=headers-accessing-mqrfh2-header (use InputRoot instead of OutputRoot, obviously)
... |
Topic: Get the Topic Name of an MQ message being read from a queue |
nick12
Replies: 5 Views: 5619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2024 7:15 am Subject: Re: Get the Topic Name of an MQ message being read from a qu |
Have you reviewed https://www.ibm.com/docs/en/ibm-mq/9.4?topic=applications-publishsubscribe-message-properties ?
Thanks for the response!
I did find info about using MQINQMP , however I do not ... |
Topic: Get the Topic Name of an MQ message being read from a queue |
nick12
Replies: 5 Views: 5619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 18, 2024 9:23 am Subject: Get the Topic Name of an MQ message being read from a queue |
Suppose I have a Topic in my MQ queue manager, a subscription from that topic to an MQ queue, and an ESB/IIB/ACE flow processing messages from that queue using an MQInput node.
Is there a way to, i ... |
Topic: Unique Records |
nick12
Replies: 17 Views: 20682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 24, 2020 6:43 pm Subject: Unique Records |
I would recommend trying to use a java or .net compute node and using a data structure purpose-built for this kind of thing. |
Topic: Sending an async SOAP request without WS-Security headers |
nick12
Replies: 0 Views: 5540
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 24, 2020 6:41 pm Subject: Sending an async SOAP request without WS-Security headers |
Is it possible using the SOAP async nodes? I tried to disable it using the local environment, but was unable to find a way to do so. I found a solution using HTTP async nodes and doing a POST request, ... |
Topic: What learning resources would you recommend? |
nick12
Replies: 0 Views: 16332
|
Forum: WebSphere DataPower Posted: Wed Jan 15, 2020 4:09 am Subject: What learning resources would you recommend? |
I'm currently going through the redbooks linked here https://www.ibm.com/support/knowledgecenter/en/SS9H2Y_7.7.0/com.ibm.dp.doc/selfhelp_learningresources.html
And skimming the knowledge center for ... |
Topic: What's the weirdest thing you've seen datapower used for? |
nick12
Replies: 0 Views: 15231
|
Forum: WebSphere DataPower Posted: Wed Jan 15, 2020 4:02 am Subject: What's the weirdest thing you've seen datapower used for? |
What the title says |
Topic: ESQL tooling |
nick12
Replies: 6 Views: 7298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 8:43 am Subject: ESQL tooling |
> Personally, I like everyone's code formatted the same way because it help me when I need to pick up someone's code and follow it because they're on vacation & it's going contact admin.
Ye ... |
Topic: How are ESQL files compiled? |
nick12
Replies: 6 Views: 7096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 8:27 am Subject: How are ESQL files compiled? |
> ESQL is a transformation & mapping language
Yes, I would think it a given that doing simple operations that are dwarfed in execution time by other things (such as I/O). I was asking in rel ... |
Topic: ESQL tooling |
nick12
Replies: 6 Views: 7298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 8:18 am Subject: ESQL tooling |
I *am* using the toolkit. I've just found it rather basic in the aspects I mentioned compared to linters/formatters I've used with other technologies.
I wasn't comparing against "the unhelpful ... |
Topic: How are ESQL files compiled? |
nick12
Replies: 6 Views: 7096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 8:12 am Subject: How are ESQL files compiled? |
Well, sure, specially if we're talking web services, architecture is probably even more important. Regardless, I was just curious. If you decide to write a zip deflate decompressor in esql, knowing it ... |
Topic: How do you benchmark message flows? |
nick12
Replies: 3 Views: 4959
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 7:58 am Subject: How do you benchmark message flows? |
It's really just a generic question. I've seen some things related to performance benchmarking in the docs (https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bj10303_.ht ... |
Topic: IBM's MQSeries FAQ |
nick12
Replies: 17 Views: 991735
|
Forum: Messaging and Integration Technologies FAQ Posted: Tue Jan 14, 2020 6:03 am Subject: IBM's MQSeries FAQ |
Both links in the original post seem to be down |
Topic: ESQL tooling |
nick12
Replies: 6 Views: 7298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 5:40 am Subject: ESQL tooling |
Do any of you use any ESQL tooling? (Linters, formatters, etc)?
I've found the warnings given by the toolkit to be *very* basic and unopinionated. Also, the built in formatter feels useless since i ... |