Re: ActiveMQ in Production?

2008-02-24 Thread James Strachan
On 21/02/2008, Ahmed Al-Obaidy <[EMAIL PROTECTED]> wrote: > I'm very sorry,,, them email sent by mistake... > > > I think ActiveMQ is great in features... it is the most advances JMS broker > in the open source market, > > I wanted to ask about its stability and performance? > > and if anyone i

RE: problem with blobmessage in activemq 5.0

2008-02-24 Thread Iosev Perez Rivero
I not use put command, this is the complete code: import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.MessageProducer; import javax.jms.QueueConnection; import jav

Re: Performance issue for ActiveMQ Server

2008-02-24 Thread vc123
zaoliu wrote: > > I am tuning the performance of ActiveMQ broker for Queue by using three > separate machines as producer, consumer and server. I got pretty good > throughput for non persistent messages, approximate 2 msgs/s. For > persistent messages, approximate 4000 megs/s. But when I te

Re: optimizedAcknowledge flag with performance issue

2008-02-24 Thread David Sitsky
Have you tried using different prefetch sizes for your queues? I imagine in your application, this could make a big difference too. Cheers, David zaoliu wrote: I set the optimizedAcknowledge flag in the consumer client to patch the knowledge for boosting performance by following the link belo

Re: Use Queue as buffer for large amount of data

2008-02-24 Thread Marco Buss
henry human schrieb: Hi, We are working on a project. One idea for data exchange (zip archives) between a client application with the server (both of them are web services )was to do it through a active message queue. A problem what i think about is the performance of whole application. What happ

Re: problem with blobmessage in activemq 5.0

2008-02-24 Thread Marco Buss
Iosev Perez Rivero schrieb: When i create blobmessage object and print the inputstream, printed NULL, why??? then when i send the message the file not sending, the message sending empty. Please may anybody help me?? Here is code: conn = (ActiveMQConnection)cf.createConnection(

Use Queue as buffer for large amount of data

2008-02-24 Thread henry human
Hi, We are working on a project. One idea for data exchange (zip archives) between a client application with the server (both of them are web services )was to do it through a active message queue. A problem what i think about is the performance of whole application. What happen when the data saved