Author |
Message |
Topic: Getting Correlid in String format |
boogey
Replies: 1 Views: 2708
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2010 5:02 am Subject: Getting Correlid in String format |
I am writing a java program using MQ java base API. I need to retrieve the Correlid in string format which got some application specific info. Please post if anybody has done that or any idea how to d ... |
Topic: How to send XML messages to IMS Messages |
boogey
Replies: 2 Views: 3471
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 20, 2010 8:00 am Subject: How to send XML messages to IMS Messages |
Hello All,
I have a requirement to send the XML messages to IMS Bridge queue. I'm using Message Broker flow to send messages to IMS. My message flow gets the SOAP requests from the clients. And my ... |
Topic: Migrating of message flows from z/os to AIX |
boogey
Replies: 1 Views: 1544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 24, 2008 12:00 pm Subject: Migrating of message flows from z/os to AIX |
I have some messge flows that need to be migrated from z/os to AIX message broker. Could anyone please let me know where i could get documents regarding the same?
Thanks in advance! |
Topic: database select statement from java compute node |
boogey
Replies: 2 Views: 1947
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 1:32 pm Subject: database select statement from java compute node |
I did querying the table from jave compute node . I got a sql code of 0. So where does the result of the query get stored in the message tree? if i stored the query result in OutputRoot.XMLNSC.valu ... |
Topic: User defined properties in java compute node |
boogey
Replies: 2 Views: 8471
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 6:59 am Subject: User defined properties in java compute node |
Can somebody please explain me how to define and use the User defined properties from java compute node? |
Topic: Cloned broker |
boogey
Replies: 3 Views: 3102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 21, 2007 7:45 am Subject: Cloned broker |
Hi,
I added two brokers as cloned brokers fro pub/sub .When these brokers are up and running, the published message is going onto subscription queue, when the first broker is not available , the ... |
Topic: Broker cloning |
boogey
Replies: 0 Views: 1947
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 20, 2007 6:32 am Subject: Broker cloning |
Hi,
I wanted to clone two brokers, tried to execute the following command in first broker
mqsichangeproperties BRK1 -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \ ... |
Topic: SOAP Envelope using Java Compute node |
boogey
Replies: 1 Views: 2087
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 20, 2007 11:41 am Subject: SOAP Envelope using Java Compute node |
Hi all,
I am using the java compute node in web service invocation flow .
It has Http I/p, JCN, Http request node, Http reply nodes, I need to send back some error messges back to client in ... |
Topic: Eliminating empty tags while forming the XML output message |
boogey
Replies: 3 Views: 2508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 6:34 am Subject: Eliminating empty tags while forming the XML output message |
Hi ,
I formed an XML output message from XML input message using Compute node(ESQL). I got some empty tags in the output for fields which not get mapped from an input.
I don't want to use ... |
Topic: Select stament in ESQL |
boogey
Replies: 9 Views: 6147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 11:00 pm Subject: Select stament in ESQL |
Hi,
I trimmed the leading and trailing spaces and stored the VKORG value as character, i verified the value in the debugger too. but it didn't work |
Topic: Looking for Message Broker developer |
boogey
Replies: 6 Views: 6652
|
Forum: Job Postings Posted: Fri Aug 24, 2007 10:48 pm Subject: Looking for Message Broker developer |
Hi Kiran,
I would to like to apply for this position, Can you please give me the contact info? |
Topic: Select stament in ESQL |
boogey
Replies: 9 Views: 6147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 10:10 pm Subject: Select stament in ESQL |
Hi,
VKORG is string , if copy the value from the input and hardcode it in the message flow, it works fine. |
Topic: Select stament in ESQL |
boogey
Replies: 9 Views: 6147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 12:39 pm Subject: Select stament in ESQL |
Hi,
I am using the following statement to query the database,
(THE (SELECT ITEM N.TECSYS_CODE FROM Database.{cSOURCE}.{cSCHEMA}.{cTABLE } AS N WHERE N.SAP_CODE = VKORG ));
Souce, schema, ... |
Topic: Select stament in ESQL |
boogey
Replies: 0 Views: 1495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 12:36 pm Subject: Select stament in ESQL |
Hi,
I am using the following statement to query the database,
(THE (SELECT ITEM N.TECSYS_CODE FROM Database.{cSOURCE}.{cSCHEMA}.{cTABLE } AS N WHERE N.SAP_CODE = VKORG ));
Souce, schema, ... |
Topic: Query on WBIMB6.0 debugging |
boogey
Replies: 2 Views: 1896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 12:23 pm Subject: Query on WBIMB6.0 debugging |
Hi,
If you select only one flow from your execution group for debugging, that flow only is visible to debugger.If you select all message flows for debugging under execution group, then depends on ... |