Re: Activemeq Redelivery Question

2011-08-23 Thread neoman
Thanks for your reply. I also need to solve the same problem avanish explained. Message ordering is not important -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemeq-Redelivery-Question-tp3761805p3764304.html Sent from the ActiveMQ - User mailing list archive at Nabb

Re: Activemeq Redelivery Question

2011-08-23 Thread avanish
I am also looking to solve similar problem where i need new messages to be delivered to the consumer while waiting for the redelivery of the poisoned/failed message. Is it possible with any other configuration to have this behavior. Message ordering is not important in my application. -- Vie

Re: Running multiple activemq instances on the same server

2011-08-23 Thread Joe Niski
Ozan is correct, that wiki page is in error; "activemq-admin create " does the simple job of copying basic config files for a new instance. When i ran it against my installation, which includes a number of additional config files for families of Camel Routes, and a custom properties file (beca

Re: How to connect ActiveMQ client to a Broker thru a firewall?

2011-08-23 Thread djfrisch
It turns out there was a misconfigured setting in the firewall. Dave -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-connect-ActiveMQ-client-to-a-Broker-thru-a-firewall-tp3748504p3763121.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stack-like queue

2011-08-23 Thread Matías García Isaía
Ivan, thanks for your reply. I tried setting a higher prefetch size as described in < http://activemq.apache.org/what-is-the-prefetch-limit-for.html>. Here's my code: Queue queue = session.createQueue(queueName + "?consumer.prefetchSize=" + messagesCount + "&consumer.maximumPendingMessageLimit="

Re: Message loss in network of brokers - transactional send

2011-08-23 Thread oseymen
Broker1 configuration: http://activemq.2283324.n4.nabble.com/file/n3762374/activemq_-_broker1.xml activemq_-_broker1.xml Broker2 configuration: http://activemq.2283324.n4.nabble.com/file/n3762374/activemq_-_broker2.xml activemq_-_broker2.xml -- View this message in context: http://activemq.22

Re: Message loss in network of brokers - transactional send

2011-08-23 Thread oseymen
So let me summarize this thread from the beginning: Please see this arch diagram: http://activemq.2283324.n4.nabble.com/file/n3762364/ActiveMQ_-_Composite_Queues.png ActiveMQ_-_Composite_Queues.png I am sending 3000 messages from my producer into broker1 and observe message counts in Transit an

Re: XML view for durable subscribers

2011-08-23 Thread Aleksandar Ivanisevic
AMQ-3464 Dejan Bosanac writes: > Look good. Looking forward to your contribution. >

Re: Activemeq Redelivery Question

2011-08-23 Thread Dejan Bosanac
There's no issue with the configuration, it's just how it works. The consumer will try to consume the message "maximumRedeliveries" of times before sending it to dlq and move to other messages. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integ

Re: XML view for durable subscribers

2011-08-23 Thread Dejan Bosanac
Look good. Looking forward to your contribution. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Aug 2

Re: Is it possible to secure only one topic

2011-08-23 Thread Dejan Bosanac
Check out http://activemq.apache.org/security.html#Security-Anonymousaccess Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nig

Re: Broker of brokers topic duplicate question

2011-08-23 Thread Dejan Bosanac
Hi, in case of multiple interconnected brokers you need to use "suppressDuplicateTopicSubscriptions" attribute (see for more info http://activemq.apache.org/networks-of-brokers.html). Also "priority network dispatch policy" should be used as explained here https://issues.apache.org/jira/browse/AMQ