Re: new transfer protokols for blob-messages

2008-07-18 Thread Bala M
Hi, Can you please give some example on how to use FTP protocol to transter blob messages? Thank you! -Bala Marco Buss wrote: > > I have put the ftp support to blob messages. (see: > https://issues.apache.org/activemq/browse/AMQ-1744) > > Is there a need for other protocols which should supp

Re: Getting IllegalAgrEception while Sending BlobMessage

2008-07-18 Thread Bala M
Hi, I am also getting the same errror! Has this issue been solved? Please let me know the reason for the error? Thanks, Bala susuguna wrote: > > Hi , > > > I am trying a simple producer consumer application for BlobMessage it > works fine for files of size 8 kb if I send file of size more

Re: systemUsage configuration

2008-07-18 Thread agrace
aliu wrote: > > Hi, just to clarify. In my last post, when I mentioned 'all the pending > messages are in memory', I actually mean uncommitted messages within a > transaction. Again, can someone confirm if this statement (all uncommitted > messages are kept in memory) is true? > I am also new

Re: ActiveMQ 5.1.0

2008-07-18 Thread Bruce Snyder
On Fri, Jul 18, 2008 at 1:54 PM, David Crisp <[EMAIL PROTECTED]> wrote: > > > I was using gnu tar. Yep, that's what I use via the command 'tar zxvf ./apache-activemq-5.1.0-bin.tar.gz' I'm a bit stumped on this. What you're describing sounds like a problem with either the expansion software or the

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
I was using gnu tar. -D. bsnyder wrote: > > On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <[EMAIL PROTECTED]> > wrote: >> >> Hi Bruce, >> >> I just pulled it down off a couple of the mirrors with identical results. >> (I didn't keep track of which ones, unfortunately). File name was >> "apach

Re: ActiveMQ 5.1.0

2008-07-18 Thread David Crisp
I was using gnu tar. -D. bsnyder wrote: > > On Thu, Jul 17, 2008 at 2:34 PM, David Crisp <[EMAIL PROTECTED]> > wrote: >> >> Hi Bruce, >> >> I just pulled it down off a couple of the mirrors with identical results. >> (I didn't keep track of which ones, unfortunately). File name was >> "apach

Re: Message groups not working when consuming existing messages

2008-07-18 Thread Matt23
I was able to get message groups working in ActiveMQ 5.0 when messages exist on the queue. When I run the same test against ActiveMQ 5.1, message groups don't work when messages exist on the queue. I'm not sure if this is a bug or I'm not configuring something correctly. -- View this message in c

Re: Multiple consumer issue

2008-07-18 Thread Joe Fernandez
Your consumers need to use 'durable' subscriptions so that they can receive any messages they may have missed while not running. Joe www.ttmsolutions.com SUMIT JAIN wrote: > > I am using ActiveMq 4.1.1 > I have 3 consumers listening to one topic. If one of my consumer is not > running, and

Re: Jetty not recieve mesages from ActiveMQ; No error shown

2008-07-18 Thread Rob Davies
On 18 Jul 2008, at 07:50, Nagraj wrote: We're currently using Jetty along with ActiveMQ for messaging services. Everything was working fine, but suddenly one day it appeared that Jetty was not getting any messages from ActiveMQ. Also no errors were logged in Jetty and ActiveMQ. We're usi