Author |
Message |
Topic: Receive a BLOB field via a stored procedure result set |
mchillin
Replies: 2 Views: 1753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 25, 2009 2:25 am Subject: Receive a BLOB field via a stored procedure result set |
The abend is from DB2.
DUMP TITLE=MQSOBRK ,ABN=S04E-00D31010,C=M7500.600.BRKR |
Topic: Receive a BLOB field via a stored procedure result set |
mchillin
Replies: 2 Views: 1753
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 24, 2009 11:57 pm Subject: Receive a BLOB field via a stored procedure result set |
I am calling a stored procedure using ESQL. The DB2 stored procedure (in z/OS) returns 1 result set, which contains 1 BLOB field.
I have not yet been able to successfully complete the message flow. ... |
Topic: Browse MQ queue via a Message Broker Flow |
mchillin
Replies: 5 Views: 3923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 2:13 am Subject: Browse MQ queue via a Message Broker Flow |
The message that is in the queue indicates that an error has occurred, this idea of browsing this queue is to give information about the error but without interfering with the separate monitoring syst ... |
Topic: Browse MQ queue via a Message Broker Flow |
mchillin
Replies: 5 Views: 3923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 1:51 am Subject: Browse MQ queue via a Message Broker Flow |
Is it possible to browse a MQ queue using Message broker flow?
As far as I can see the MQInput and MqGet only allow reading of the queue and there isnt the possibility of browse.
It is importan ... |
Topic: modify message flow properties from a compute node |
mchillin
Replies: 11 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 5:53 am Subject: modify message flow properties from a compute node |
OK, that has cleared up a few doubts.
Thanks for the help. |
Topic: modify message flow properties from a compute node |
mchillin
Replies: 11 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 5:33 am Subject: modify message flow properties from a compute node |
promote the DSN name property of the compute node and change the value of this property while deploying the bar file into the broker
This is what we are currently doing but we want these properties t ... |
Topic: modify message flow properties from a compute node |
mchillin
Replies: 11 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 4:30 am Subject: modify message flow properties from a compute node |
To explain a little futher. The intention is to be able to change the name of the Database used in the message flow when changing between different environments.
For example: By checking mybrokernam ... |
Topic: modify message flow properties from a compute node |
mchillin
Replies: 11 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 3:41 am Subject: modify message flow properties from a compute node |
yes |
Topic: modify message flow properties from a compute node |
mchillin
Replies: 11 Views: 6384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 3:22 am Subject: modify message flow properties from a compute node |
Is it possible to modify the message flow properties using ESQL code or Java (Java Compute)?
For Example: Modify the database origin.
Thanks in advance for any advise. |
Topic: Rfhutil Message Id |
mchillin
Replies: 10 Views: 9057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 10, 2006 10:30 pm Subject: Rfhutil Message Id |
The message and message id are created using MB, these have to be maintained as it is a requirement of a third party, in which we send the message id and they return it as the correl id, which then co ... |
Topic: Rfhutil Message Id |
mchillin
Replies: 10 Views: 9057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 10, 2006 4:01 am Subject: Rfhutil Message Id |
Thanks.. but the object is to able to browse one queue and then be able to write the message to another queue without the message id changing when we perform the write. |
Topic: Rfhutil Message Id |
mchillin
Replies: 10 Views: 9057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 10, 2006 12:20 am Subject: Rfhutil Message Id |
We are not duplicating the message id. The save and restore options were only used to test to see if we could maintain what we entered as the input.
All we want is that the message id that we enter ... |
Topic: Rfhutil Message Id |
mchillin
Replies: 10 Views: 9057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 10, 2006 12:01 am Subject: Rfhutil Message Id |
When writting a message to an MQ queue is it possible to maintain the message Id rather than it being changed everytime the message is written to the queue?
We have tried using the "save Msg I ... |
Topic: Store Environment Variables with rollback to MQInput Failure |
mchillin
Replies: 5 Views: 3620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 02, 2006 8:38 am Subject: Store Environment Variables with rollback to MQInput Failure |
Thanks for the reply..
The flow we have uses the catch terminal so that we dont loose the Exception List when we throw a user exception. Then we store it in the RFH2, then leaving the message in an ... |
Topic: Store Environment Variables with rollback to MQInput Failure |
mchillin
Replies: 5 Views: 3620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 02, 2006 2:16 am Subject: Store Environment Variables with rollback to MQInput Failure |
We have an error handling flow which stores the error in the exception list.
The problem being that at the moment of the rollback to the MQInput node, the exception list disappears and starts from ze ... |