Author |
Message |
Topic: Configure Monitoring events in REST Api project |
Yoel
Replies: 3 Views: 3187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 02, 2016 4:57 am Subject: Configure Monitoring events in REST Api project |
Hi all,
I just started using REST Api projects in IIB 10.
I cannot find how to set the Monitoring events of the input node.
I am talking about the Transaction start event for instance.
In an i ... |
Topic: IIB v10 Integration Services and local subflows |
Yoel
Replies: 4 Views: 2696
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2016 11:58 pm Subject: IIB v10 Integration Services and local subflows |
Solved.
It is a bug. I got a fix from IBM.
Thanks |
Topic: IIB v10 Integration Services and local subflows |
Yoel
Replies: 4 Views: 2696
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2016 2:57 am Subject: IIB v10 Integration Services and local subflows |
Hi,
I am trying to add a custom subflow to a service integration and get an error "Unable to locate file "subflowname.subflow" in this project or a referenced project" in the t ... |
Topic: IIB v10 Integration Services and Aggregation |
Yoel
Replies: 6 Views: 3582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 06, 2016 11:27 am Subject: Re: IIB v10 Integration Services and Aggregation |
The only problem you will have is to pass the reply token from the fanOut to the FanIn flow, if you have those in different flows.
There is nothing to prevent you from having both fanout and fanin in ... |
Topic: IIB v10 Integration Services and Aggregation |
Yoel
Replies: 6 Views: 3582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 06, 2016 9:24 am Subject: Re: IIB v10 Integration Services and Aggregation |
Explain why you think that...
I would assume that you would keep a queue manager assigned to the broker...
By "Interation Service" I refer to the new type of application proje ... |
Topic: IIB v10 Integration Services and Aggregation |
Yoel
Replies: 6 Views: 3582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 06, 2016 3:00 am Subject: IIB v10 Integration Services and Aggregation |
I am about to migrate to IIB v10 and planning to use Integration Service projects for SOAP based services.
My wonder is what to do with my aggregation services.
I want to use the built in aggregatio ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2015 9:21 am Subject: How to read/write MQ headers using Monitoring events |
I don't think you can use CREATE...PARSE to parse a BLOB into its various header/body trees. But an MQInput node does that job really nicely. Any reason not to use an intermediate queue, and let IIB d ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2015 9:09 am Subject: How to read/write MQ headers using Monitoring events |
You might need to split the BLOB at the start of your message data, and then parse the first chunk using the MQ domain and the second chunk using your proper message domain.
Obviously, all of this ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2015 6:22 am Subject: How to read/write MQ headers using Monitoring events |
No. Unless you've noticed some variable length fields in the MQMD I've missed.
Agreed. No length field.
But asuming I have to feed the 'Header parsers' with only headers, and noticing the fields of ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2015 6:10 am Subject: l |
Well... it all depends. Which version of MQ are you using??
I'm using MQ v8.
And what language are you using to read MQ?
Currently I'm using ESQL.
I do have thoughts, though, to move this ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 11:04 pm Subject: How to read/write MQ headers using Monitoring events |
Start
After reading the quoted reference following the links..
Are you suggesting I have to calculate the length of the MQMD, cut and parse that part of the BLOB.
Then read the format field ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 11:56 am Subject: How to read/write MQ headers using Monitoring events |
Thank you very much for your help.
I would also point out that there are never an "unknown" number of headers in an MQ message. There are always an exact and easily determined number & ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 11:29 am Subject: How to read/write MQ headers using Monitoring events |
With a PARSE. Or to be specific, the
In the docs in the above link there is a distinction between 'Body parsers' and 'Header parsers'.
The reason I thought the requirement to parse any MQ messa ... |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 5:55 am Subject: How to read/write MQ headers using Monitoring events |
Thank you Vitor.
So without any magic, how would you parse a bitstream of an mq message?
Lets talk about ESQL so we can be specific with the answers. |
Topic: How to read/write MQ headers using Monitoring events |
Yoel
Replies: 17 Views: 8579
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2015 5:15 am Subject: How to read/write MQ headers using Monitoring events |
Hello friends,
I'm trying to write from an IIB v9 monitoring event - an entire MQ message (MQ headers and body) , and read the message later in a different flow / java app to store the payload and ... |