Author |
Message |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 6:30 am Subject: Publishing by Adding MQRFH2 Header-Problem |
Thanks Kiran for your help, my message format was BLOB and I changed it to XML and I got the output message as shown by you.
But the JMS does not like <Mcd>xml<Mcd>. So granthmuk sugge ... |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 16, 2002 11:10 am Subject: Publishing by Adding MQRFH2 Header-Problem |
I traced JMS code and this is my observation:
I am setting OutputRoot.MQRFH2.mcd.Msd = 'jms_text' ;
and the JMS Scbscriber received the publication with <Mcd> value as none !!!! <mcd> ... |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 16, 2002 7:44 am Subject: Publishing by Adding MQRFH2 Header-Problem |
Kiran, I do not see MQRFH2 as format. API Book has defined MQFMT_RF_HEADER_2 as 'MQHRF2' So the line should look like
SET OutputRoot.MQMD.Format = 'MQHRF2';
NOT
SET OutputRoot.MQMD.Format = ... |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 16, 2002 6:08 am Subject: Publishing by Adding MQRFH2 Header-Problem |
Kiran,
What kind of Typo you are refering. The format I am using is
MQFMT_RF_HEADER_2 defined as 'MQHRF2'.
I am still struggling with this problem.
Shilpa Desai |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 15, 2002 1:31 pm Subject: Publishing by Adding MQRFH2 Header-Problem |
Thanks Kiran,
I do want to save the Body and I looked into your Hexadecimal advice and changed the line to
SET "OutputRoot"."BLOB"."BLOB" = "InputRoot"."BLOB"."BLOB" ;
and now my JMS Subscrib ... |
Topic: Publishing by Adding MQRFH2 Header-Problem |
shilpadesai
Replies: 13 Views: 20357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 15, 2002 12:06 pm Subject: Publishing by Adding MQRFH2 Header-Problem |
Friends,
I am trying to publish mq text messages dropped by an applicaiton. Its the responsibility of the FLOW to add MQRFH2 header to these messages and then publish it.
My Flow is simple: MQIn ... |
Topic: How to check whether CSD2 pack is installed |
shilpadesai
Replies: 4 Views: 3720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2002 9:40 am Subject: How to check whether CSD2 pack is installed |
First of all I do not see any memo.ptf, so my doubt was right CSD was not applied. Now I had applied CSD and memo.ptf says CSD02.
Amit: lslpp -aL | grep wmqi shows me 2.1.0.0
Shilpa Desai |
Topic: How to check whether CSD2 pack is installed |
shilpadesai
Replies: 4 Views: 3720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 04, 2002 6:54 am Subject: How to check whether CSD2 pack is installed |
I am curious to know whether CSD2 pack is installed on my AIX box running MQSI 2.1/mq5.2. The installtion team says they had installed it but I want to double check.
Shilpa |
Topic: How to rollback a transaction .. |
shilpadesai
Replies: 8 Views: 6347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 21, 2002 6:41 am Subject: How to rollback a transaction .. |
Thanks kiran,
Let me try to rephrase my question:
On Broker Queue Manager:
1. A front-end application Put's the message in a Local Queue.
2. The Local queue is attached to an Input Node of the ... |
Topic: How to rollback a transaction .. |
shilpadesai
Replies: 8 Views: 6347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 20, 2002 1:57 pm Subject: How to rollback a transaction .. |
Thanks for the reply.
My front-end client is J2EE based app using Websphere 4.0 running on AIX 4.3. We are using JMS to access the Queues on MQSeries 5.2.
The broker is MQSI 2.1 also running on ... |
Topic: How to rollback a transaction .. |
shilpadesai
Replies: 8 Views: 6347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 20, 2002 11:58 am Subject: How to rollback a transaction .. |
Friends this is my requirement and I would like to know whether this is possible or not.
One of my front-end application PUTs message in a queue(X) which is an Input node for a MQSI Workflow. The ... |
Topic: MQSeries Data Conversion Exit VS MQSI |
shilpadesai
Replies: 3 Views: 2715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2002 11:48 am Subject: MQSeries Data Conversion Exit VS MQSI |
I invistigated this issue for one of project I worked. We have to send the data between AIX machine to OS/390. On AIX side we are running Websphere, a J2EE application talking to Local QueueManger run ... |