Author |
Message |
Topic: HTML support in Send mail Plug-In |
Shek
Replies: 1 Views: 1860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2007 12:10 pm Subject: HTML support in Send mail Plug-In |
Does anyonw know if HTML is supported inside the <Body> node? I am on WBI Message Broker version 5.08 with the Send mail Plug-In version 1.8. Looking at the latest version 1.10 document, does no ... |
Topic: AggregateConrol Node |
Shek
Replies: 3 Views: 3589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2005 5:54 am Subject: AggregateConrol Node |
Yes. That's what the documentation said. I am trying to fan out only 2 AggregateRequest. But as I stepped them thru the debugger, they are done in sequence, not in parallel. I also put in trace node a ... |
Topic: AggregateConrol Node |
Shek
Replies: 3 Views: 3589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2005 1:16 pm Subject: AggregateConrol Node |
I am developing a fan-out message flow with aggregate control node and I can't see the second message from the Out terminal till the first one is processed completely even though the documentation say ... |
Topic: How to convert char to BLOB? |
Shek
Replies: 5 Views: 4016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 19, 2004 10:43 am Subject: How to convert char to BLOB? |
After some debugging, it appears that the character conversion is happening before this cast operation.
Does anyone know what aspect of the code below is causing the conversion, and how to prevent ... |
Topic: How to convert char to BLOB? |
Shek
Replies: 5 Views: 4016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 19, 2004 9:03 am Subject: How to convert char to BLOB? |
Thanks. Switching to the CAST operation gets me closer, but not quite there yet. The value in the string field is actually the contents of a .pdf file, which has some binary data. I'm assuming that ... |
Topic: How to convert char to BLOB? |
Shek
Replies: 5 Views: 4016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2004 12:58 pm Subject: How to convert char to BLOB? |
I have a BLOB message that was converted to MRM. It has several integer fields, followed by a string field, which displays in the debugger as CHAR. I just need the contents of this string field sent ... |