ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 17 matches
Author Message
  Topic: Configure Monitoring events in REST Api project
Yoel

Replies: 3
Views: 2702

PostForum: 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: 2357

PostForum: 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: 2357

PostForum: 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: 2963

PostForum: 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: 2963

PostForum: 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: 2963

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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: 6649

PostForum: 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 ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.