Author |
Message |
Topic: WMB V7.0.0.1 - out today |
Bill.Matthews
Replies: 12 Views: 9658
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 16, 2010 10:48 am Subject: Great Job |
Wow!
I'm almost sorry that I retired... nah, but I do enjoy hearing about the good things that are coming out of my favorite place in the UK.
Please pass along my congrats to all the gals and ... |
Topic: How to send XML messages to IMS Messages |
Bill.Matthews
Replies: 2 Views: 3464
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 20, 2010 3:42 pm Subject: Re: How to send XML messages to IMS Messages |
Hello All,
... And in the compute node I'm appending LLZZ TRANCODE to my input message. But after sending the request to IMS bridge queue I'm not getting the response. ...
This may be a silly que ... |
Topic: How to Convert BLOB to CHAR |
Bill.Matthews
Replies: 15 Views: 74211
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2009 9:22 am Subject: How to Convert BLOB to CHAR |
Do you understand what type of data ENCODING applies to?
Have you heard the terms "little-endian" and "big-endian"?
Hint: both terms apply to the same type of data. |
Topic: Two senders to One receiver |
Bill.Matthews
Replies: 9 Views: 9212
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 23, 2009 3:22 pm Subject: Two senders to One receiver |
Keep in mind that what the doc is describing is a single Receiver Channel definition - and that definition is used as a base definition to create a separate physical channel at runtime when the Sender ... |
Topic: Using SOAP Extract and SOAP envelope nodes |
Bill.Matthews
Replies: 21 Views: 24985
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 29, 2009 1:03 pm Subject: Using SOAP Extract and SOAP envelope nodes |
The multiple flow approach seems to be making the problem more difficult than it needs to be.
Accept the HTTP request ---- Use a SOAP Extract --- Convert the message payload to COBOL --- send the ... |
Topic: where does a message go first when it arrives on a queue |
Bill.Matthews
Replies: 3 Views: 5962
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 2:06 pm Subject: where does a message go first when it arrives on a queue |
jeevan,
It is worth remembering that if the rate of arrival of messages is greater that the rate of getting then the odds are high that the messages will be flushed out of the buffer to the Q file. ... |
Topic: where does a message go first when it arrives on a queue |
Bill.Matthews
Replies: 3 Views: 5962
|
Forum: General IBM MQ Support Posted: Tue Aug 18, 2009 12:55 pm Subject: where does a message go first when it arrives on a queue |
The normal operation is:
When a persistent message arrives it is first written to the log. Then it is placed into the buffer that is associated with the queue. If that causes the buffer to be ful ... |
Topic: Informix V7.2 and MB V6.1 |
Bill.Matthews
Replies: 8 Views: 8190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2009 5:29 pm Subject: Informix V7.2 and MB V6.1 |
Wire protocol drivers are provided only for Oracle,SQL server and Sybase flavors. You need to install the clients for Informix and DB2 databases.
I'm not not sure what you meant - Message Broker 6. ... |
Topic: Informix V7.2 and MB V6.1 |
Bill.Matthews
Replies: 8 Views: 8190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2009 4:59 pm Subject: Informix V7.2 and MB V6.1 |
Wire protocol drivers are provided only for Oracle,SQL server and Sybase flavors. You need to install the clients for Informix and DB2 databases.
I'm not not sure what you meant - Message Broker 6. ... |
Topic: Connecting to remote database from WMB |
Bill.Matthews
Replies: 6 Views: 7121
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 24, 2009 11:18 am Subject: Connecting to remote database from WMB |
There is a bit more to the answer than is readily apparent. With the V8 product - EE for example - the DB2 Connect code was included and allowed up to 5 users - as in real, named people and not serve ... |
Topic: Diff b/w Compute & database node |
Bill.Matthews
Replies: 2 Views: 3835
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 17, 2009 5:00 pm Subject: Diff b/w Compute & database node |
The simple answer is that a Compute node has Input and Output trees for the message (and LocalEnvironment) whereas the Database node does not. |
Topic: Variable OCCURS in COBOL Copy book |
Bill.Matthews
Replies: 9 Views: 17661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 01, 2009 4:37 pm Subject: Variable OCCURS in COBOL Copy book |
I'm pleased to be corrected... |
Topic: Variable OCCURS in COBOL Copy book |
Bill.Matthews
Replies: 9 Views: 17661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 25, 2008 8:56 am Subject: Variable OCCURS in COBOL Copy book |
I can see several potential problems here.
The original question describes a COBOL definition with an OCCURS 125. The parser will require that all 125 copies will be present. On 12/24, he states ... |
Topic: Variable OCCURS in COBOL Copy book |
Bill.Matthews
Replies: 9 Views: 17661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 24, 2008 2:43 pm Subject: Variable OCCURS in COBOL Copy book |
Welcome to dealing with COBOL messages where programmers do not bother with initializing data fields that they do not use.
I expect that is what is happening to the COMP-3 field.
My recommendati ... |
Topic: Heart beat Interval & Disconnect Interval |
Bill.Matthews
Replies: 6 Views: 7739
|
Forum: General IBM MQ Support Posted: Wed Nov 05, 2008 8:46 am Subject: Channel Management and MD0C |
Take a look at support pac MDOC - it has lots of details on various aspects of "channel management".
Presentations dealing with this subject have been given for many years at the Tech Co ... |