Re: About Blob Message

2007-06-25 Thread [EMAIL PROTECTED]
Hi, I just trim down the code, to let it send a file only. In this case, it shows error pretty clear. Could you look at it for me ? Here is the code of the RequestTool.java that send big file //Start/// try { activeMQSession = (ActiveMQSession)sessi

Re: About Blob Message

2007-06-25 Thread James Strachan
On 6/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, In the java code, when I catch error, I have the code: e.printStackTrace(); That is all error messages I have on the screen. Do you have any idea ? I've never seen e.printStackTrace() not generate a stack trace. Are you sure you're

Re: About Blob Message

2007-06-25 Thread [EMAIL PROTECTED]
Hi, In the java code, when I catch error, I have the code: e.printStackTrace(); That is all error messages I have on the screen. Do you have any idea ? I appreciate your help. Thanks James.Strachan wrote: > > On 6/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I still h

Re: About Blob Message

2007-06-24 Thread James Strachan
On 6/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I still have problem. I appreciate your help. Here is the code that I use to send large file (it's part of the file ConsumerTool.java, it send out file after receiving message from RequestTool.java //begin/ if (

Re: About Blob Message

2007-06-22 Thread [EMAIL PROTECTED]
Hi, I still have problem. I appreciate your help. Here is the code that I use to send large file (it's part of the file ConsumerTool.java, it send out file after receiving message from RequestTool.java //begin/ if (message.getJMSReplyTo() != null) { activeMQSession

Re: About Blob Message

2007-06-22 Thread James Strachan
On 6/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: At the web page with URL http://activemq.apache.org/blob-messages.html , it only shows briefly how to send, but it doesn't show how to receive BLOB messages. Can you show me the web pages that show how to receive BLOB messages? See http