[jira] [Resolved] (AMQ-5093) ampq with nio or nio+ssl fails when sending large messages

2014-03-11 Thread Kevin Earls (JIRA)
ssl fails when sending large messages > -- > > Key: AMQ-5093 > URL: https://issues.apache.org/jira/browse/AMQ-5093 > Project: ActiveMQ > Issue Type: Bug >

[jira] [Created] (AMQ-5093) ampq with nio or nio+ssl fails when sending large messages

2014-03-11 Thread Kevin Earls (JIRA)
Kevin Earls created AMQ-5093: Summary: ampq with nio or nio+ssl fails when sending large messages Key: AMQ-5093 URL: https://issues.apache.org/jira/browse/AMQ-5093 Project: ActiveMQ Issue Type

Re: Sending Large messages...

2007-06-20 Thread James Strachan
On 6/20/07, Rakesh Kumar <[EMAIL PROTECTED]> wrote: Thanks James, I will try to use this. one more Question, can anyone point to a doc where i can find how to use temporary queue/topic. Its standard JMS stuff; session.createTemporaryQueue(). This might help? http://activemq.apache.org/how-sho

Re: Sending Large messages...

2007-06-19 Thread Rakesh Kumar
:29:48 PM Subject: Re: Sending Large messages... On 6/19/07, Rakesh Kumar <[EMAIL PROTECTED]> wrote: > Hi All, > CAn anyone please let me know how to send a message through broker in part. > I mean to say that if i have to send a message of large size say 100 MB, then > how sh

Re: Sending Large messages...

2007-06-19 Thread James Strachan
On 6/19/07, Rakesh Kumar <[EMAIL PROTECTED]> wrote: Hi All, CAn anyone please let me know how to send a message through broker in part. I mean to say that if i have to send a message of large size say 100 MB, then how should i send this message through the producer. Should it be sent in chunk of

Sending Large messages...

2007-06-19 Thread Rakesh Kumar
Hi All, CAn anyone please let me know how to send a message through broker in part. I mean to say that if i have to send a message of large size say 100 MB, then how should i send this message through the producer. Should it be sent in chunk of bytes or as a whole message. If message should be sen