Hi there,
what is the there a difference (is there any?) between
and
I'm asking because I see unexpected behaviour when moving messages manually
between
The producer is much faster than consumer. I will do speed control --
when the producer find the queue size is above a threshold, it will
stop sending messages
I just want the producer sent as many messages as broker can store. I
want the broker save messages in broker's hard disk. So the producer
Hello,
I have a broker setup with JAAS authentication (LDAP) , authentication works
fine and dandy. with one issue though, lets say a client connects multiple
times to the broker with the same username/password, everytime the client
connects broker calls the ldap authenticator to authenticate the
Hi
ActiveMQ 4.x is very very old and EOL.
Are you sure you want to use that?
The latest release is 5.10.0.
And I think only 5.x has a web console.
And there are alternative consoles such as http://hawt.io/
On Thu, Jun 26, 2014 at 3:11 PM, Sandeep wrote:
> Hi I was using apache-activemq-4.1.2
Hi I was using apache-activemq-4.1.2 and started using activemq.bat and when
I was trying to open the console using http://localhost:8161/admin can
anybody help in this regard
Thank's in advance
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Unable-to-access-the-Cons
Hi all, while debugging an (unexpected) redelivered message, I come across the
following log
2014-06-25 13:37:53,608 | DEBUG | ActiveMQ NIO Worker 16 | ActiveMQConnection
| he.activemq.ActiveMQConnection$3 1887 | 93 -
org.apache.activemq.activemq-osgi - 5.10.0 |
org.apache.ac
The default configuration will automatically cache messages in memory with
the intention of dispatch until that memory is filled. It will
automatically store to disk when the cache is filled.
Maybe post the config settings for broker A and B
On Wednesday, June 25, 2014, multani wrote:
> you mea
How are you setting up the connection factory for these things? Is this a
single broker or some network or brokers?
On Wednesday, June 25, 2014, tikboy wrote:
> Hi
>
> We have an application that runs on Glassfish 3.1. It uses Camel to publish
> a request/reply JMS message to an AMQ broker. The
Just curious why you have producer flow control off if you expect it to
honor memory limits?
On Wednesday, June 25, 2014, Li Li wrote:
> I gave 3GB total heap space of activemq, the XX:NewRatio=2. So
> new generation 1GB and old generation 2GB. And I also config
> memoryUsage limit="1 gb"
>