Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for IBM MQ | - |
User wants to put a message on an MQ queue with a MessageID using the function tib:string-to-base64() through the WebSphere MQ Put Activity of the MQ Plugin. On receiving it in another BW process using WebSphere MQ Listener Start activity/Get activity, the field's values receives extra "A" characters that are appended at the end of the MessageID.
Sample Scenario :-
String: 1234567890
Input Binary value: 31323334353637383930
Output of other BW processes using the WebSphere MQ Listener Start activity/Get activity, the field's values received are as follows.
Output binary: 31323334353637383930AAAAAAAAAAAA
The extra "A" characters are appended at the end of the MessageID.