|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: How to send mutiple attachments by JMS. |
zleilei
Replies: 8 Views: 5593
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 22, 2010 4:44 am Subject: How to send mutiple attachments by JMS. |
And if it is a Bytes message it must be entirely written with writeBytes and the broker will receive it with readBytes only.
Kind Regards,
Thanks . But if the bytes contain two parts, how I wi ... |
Topic: How to send mutiple attachments by JMS. |
zleilei
Replies: 8 Views: 5593
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 22, 2010 4:42 am Subject: How to send mutiple attachments by JMS. |
You could change the bytes to string, using BASE64.
Assuming the bytes parameter name is "outs", I use the following method:
outs.toString(). But the outs will be changed into the string ... |
Topic: How to send mutiple attachments by JMS. |
zleilei
Replies: 8 Views: 5593
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 22, 2010 3:00 am Subject: How to send mutiple attachments by JMS. |
Hi, Thanks for your reply.
Actually, I don't know what I will do if one message contain two types of data by JMS,such as bytes and string.
Now I transfer the string message to bytes and combine with ... |
Topic: How to send mutiple attachments by JMS. |
zleilei
Replies: 8 Views: 5593
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 21, 2010 9:50 pm Subject: How to send mutiple attachments by JMS. |
Dear:
Now I need to send mutiple attachments by WMB. I choose the JMS as application client and transfer the attachments to bytes . But I don't know how to split the bytes on Compute Node.
... |
|
|
|