In my app, we have enabled JMS Bridging support by which we are planning to
forward topic messages from Dest-A => Dest-B and vice versa.
But the problem here is that, Dest-A deals in one format of message such as
Object Message (A custom POJO) and Dest-B deals in Text Based messages.
Now how do
Turns out this was caused by the fact that I had set the JMSXGroupID on my
messages - and ActiveMQ was hashing them all to the same consumer.
I have a related question though - you said
"the broker will dispatch all msgs in round robin fashion equally to all
connected consumers (assuming 6
consum
I reported a similar issue back in January
(http://activemq.2283324.n4.nabble.com/Possible-Bug-quot-Deleting-inactive-destination-quot-with-pending-messages-td3229098.html).
Unfortunately I never got an answer. It seems to me there might be a
bug. I never raised a Jira issue, though. We just stoppe
Hi all, I have two broker A and B, they are networked in both direction.
one consumer connect to one of them.
After stopping broker A , the consumer failover to conntect to broker B and
messages saved on broker A will be forworded to broker B when broker A comes
back.
But the consumer conn
I am trying to set up ldap auth for the activeMq (5.5.0) web console.
I seem to be able to check ldap for the account but am getting a 403 page
with:
Problem accessing /. Reason:
!role
when I try and access the web console.
in the log I see:
2011-10-12 14:05:14,485 | INFO | Searching for
Yep! Encoding/decoding is in good shape, as is the connection and
session layers, however the link layer needs to be implemented still
since a rash of spec changes kinda made me do a reboot of the
implementation back in May/June. That also means the bit that glues
it to the Apollo broker will pro
Hi John
I know that the fusesource guys started working on an AMQP 1.0
implementation over on github [1] which builds on top of the Apollo
infrastructure. Not sure how complete it is yet. Perhaps Stan Lewis
can comment on how complete it is.
[1]
https://github.com/fusesource/fabric/tree/master
yes, we had to pull those artifacts due to an lgpl dependency. see
https://issues.apache.org/jira/browse/AMQ-3491
we are in the process of pushing out a 5.5.1 and 5.4.3 to replace those distros.
The updated releases should be complete by the end of the week.
On 12 October 2011 14:30, Stephen Den
Hello, i'm using an ActiveMQ snapshot 5.6 version with Ajax client to consume
messages from a topic.
I was trying to have my client unsubscribed from the topic by calling the
amq.removeHandler('id') method as it said in the documentation:
http://activemq.apache.org/ajax.html
However after getting
As far as I can tell all the links on
http://www.apache.org/dyn/closer.cgi?path=%2Factivemq%2Fapache-activemq%2F5.5.0%2Fapache-activemq-5.5.0-bin.tar.gz
to download version 5.5 return HTTP 404.
Stephen.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/5-5-Downloads-tp389798
My producer sents a huge amount of messages via 1 queue.
My client uses tightEncodingEnabled=true in the factory URL. Because of this
tight encoding my client wasn't able to recieve more than 32767 messages. At
message 32768 I get the unmatched acknowledge exception. In the log file of
the broker
here it is:
http://activemq.2283324.n4.nabble.com/file/n3897243/amqconfig.xml
amqconfig.xml
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Don-t-understand-this-memory-error-tp3897082p3897243.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Could you attach your broker configuration?
On Oct 12, 2011, at 9:41 AM, Laures wrote:
> Hi,
>
> 2011-10-12 09:29:35,502 | INFO | TopicSubscription:
> consumer=ID:myconsumer-54613-1318337363878-0:9:-1:2, destinations=2,
> dispatched=100, delivered=795093, matched=2, discarded=0: Pending message
Ok so we are trying to configure a prefetch of 0 on a few of our queues as it
makes no sense for these to use prefetch. The default should still remain
1000.
We have set the destinationPolicy for these queues with a wildcard:
Hi,
2011-10-12 09:29:35,502 | INFO | TopicSubscription:
consumer=ID:myconsumer-54613-1318337363878-0:9:-1:2, destinations=2,
dispatched=100, delivered=795093, matched=2, discarded=0: Pending message
cursor
[org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@52d5d9c5]
is full, temp u
15 matches
Mail list logo