Author |
Message |
Topic: Cross thread variable storage |
HarishKDewangan
Replies: 5 Views: 3984
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 16, 2012 6:17 am Subject: Cross thread variable storage |
Hi All,
I have some different requirement than mentioned in above thread,
Scenario :
I have two flows ( Flow1 & Flow2)
Flow1 has two MQInput nodes, one for REQUEST & one for RESPONSE ... |
Topic: How to Store trace data in a variable using esql |
HarishKDewangan
Replies: 16 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2012 5:24 am Subject: How to Store trace data in a variable using esql |
Sure thing fjb_saper  |
Topic: How to Store trace data in a variable using esql |
HarishKDewangan
Replies: 16 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2012 3:18 am Subject: How to Store trace data in a variable using esql |
Thanks all for your quick replies.
This is how I did it :
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
set OutputRoot.Properties.MessageFormat ... |
Topic: How to Store trace data in a variable using esql |
HarishKDewangan
Replies: 16 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 4:22 am Subject: How to Store trace data in a variable using esql |
After changing bSourceText to BLOB, Inputmsg variable has the same value what I passed as input (flatstring), but my requirement is to have the complete logical tree as string which I mentioned below ... |
Topic: How to Store trace data in a variable using esql |
HarishKDewangan
Replies: 16 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 3:53 am Subject: How to Store trace data in a variable using esql |
I did try the ASBITSTREAM like this :
DECLARE Inputmsg CHARACTER;
DECLARE bSourceText CHARACTER ASBITSTREAM(InputBody);
SET Inputmsg = CAST(bSourceText AS CHARACTER CCSID InputRoot.MQMD.CodedCh ... |
Topic: How to Store trace data in a variable using esql |
HarishKDewangan
Replies: 16 Views: 12793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2012 2:44 am Subject: How to Store trace data in a variable using esql |
I have a requirement of storing the trace data in a variable as String
Trace data :
(0x01000013):body = (
(0x0300000B):numberOfRecordsReturned = 0
(0x0300000B):totalRecordsFound ... |
Topic: Error While Deploying bar file for WMB v7.0 |
HarishKDewangan
Replies: 15 Views: 13718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2011 11:43 pm Subject: Error While Deploying bar file for WMB v7.0 |
Thanks lancelotlinc.
Its Working now .. after modifying mqsideployscript.bat to call mqsiprofile.cmd within it.
..Harish.. |
Topic: Error While Deploying bar file for WMB v7.0 |
HarishKDewangan
Replies: 15 Views: 13718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 05, 2011 8:01 am Subject: Error While Deploying bar file for WMB v7.0 |
Hey All,
I am also getting the same problem as akshat mentioned while deploying bar to execution group even after executing the mqsiprofile.cmd before mqsideployscript.bat.I tried below two sets o ... |
Topic: Pub/Sub with dynamic subscription topic |
HarishKDewangan
Replies: 11 Views: 13216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2011 4:04 am Subject: Pub/Sub with dynamic subscription topic |
WebSphere Message Broker Toolkit - Message Broker
Version: 7.0.0.1
Build id: 7.0.0.1-20100630_0750
(c) Copyright IBM Corp. and others 2000, 2010. All rights reserved.
This product is Buil ... |
Topic: Pub/Sub with dynamic subscription topic |
HarishKDewangan
Replies: 11 Views: 13216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2011 2:21 am Subject: Pub/Sub with dynamic subscription topic |
Both are 7.0 |
Topic: Pub/Sub with dynamic subscription topic |
HarishKDewangan
Replies: 11 Views: 13216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2011 1:48 am Subject: Pub/Sub with dynamic subscription topic |
Esa ,
Here is the code :
Without any specific subscription point (Default subcription point)
--------------------------------------------------------------------------
Subscriber code
===== ... |
Topic: Pub/Sub with dynamic subscription topic |
HarishKDewangan
Replies: 11 Views: 13216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2011 12:51 am Subject: Pub/Sub with dynamic subscription topic |
Esa, Thanks for the input.
Actually there was some typo error . I was talking about the Subscription Point property under Basic tab of 'Publication Node'.
I have tried setting the above mentione ... |
Topic: Pub/Sub with dynamic subscription topic |
HarishKDewangan
Replies: 11 Views: 13216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2011 7:32 am Subject: Pub/Sub with dynamic subscription topic |
Is there any way to set the subscription topic name dynamically .
I tried the below code in Subscriber flow :
Set OutputRoot.MQRFH2.psc.SubPoint = 'Sub_Point1';
Also I tried setting publicati ... |