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
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
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
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
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
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(
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