Re: Duplicates are sent to DLQ

2018-05-22 Thread Bob
can i know is there any solution for this ? looks like im having exactly the same problem and my concern is whether we can modify cursor to receive duplicate message from queue or not by disabling the audit level cursor. Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f

Re: Duplicates are sent to DLQ

2018-07-03 Thread Bob
then by unplugged or discarding the dlq it looks like we are againts amq nature processing here - just opinion -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Discarded messages and Expired messages.

2018-09-21 Thread Bob
Hi sry to interrupt, is this the correct way to put expirration messages in dlq ? Because once implement even broker is fail to run < expiration="30"/> -- Sent from: http://activemq.2283324.n4.nabble.co

Re: Discarded messages and Expired messages.

2019-03-29 Thread Bob
Hi thanks for the explanation. So apart from that is there any way to discard all the messages which was already in the activemq.dlq ? any help is appreciated -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Discarded messages and Expired messages.

2019-04-01 Thread Bob
Hi Tim, My intention is like to automatically purge all the messages which was there(existing) in the Activemq.DLQ. Is there any such way to do that apart from manual purging? Currently im using this discarding plugin but through some search it mentions that this plugin will only avoid the next

Re: Discarded messages and Expired messages.

2019-04-03 Thread Bob
Hi Tim, So much appreciated for your help! Yes almost there! One last concern is about this plugin Based on some research is it true by implementing this will avoid any problematic messages from entering Activemq.DLQ ? Thanks Bob -- Sent from: http://activemq.2283324.n4.nabble.com

Re: Discarded messages and Expired messages.

2019-04-03 Thread Bob
Hi Tim, So much appreciated for your help! Yes almost there! One last concern is about this plugin Based on some research is it true by implementing this will avoid any problematic messages from entering Activemq.DLQ ? Thanks Bob -- Sent from: http://activemq.2283324.n4.nabble.com

Re: Unrecognized xbean namespace mapping: http://activemq.apache.org/camel/schema/spring

2009-09-14 Thread Bob Pollack
This is possibly due to a change in the version of Camel. Take a look at http://camel.apache.org/exception-beandefinitionstoreexception.html this page in the current Camel documentation, which explains some of the changes that are necessary when changing from Camel 1.x to 2.0. Hope this helps.

A beginner's dilemma

2015-09-02 Thread Bob M
allow each strategy to communicate with all the others I wish to use just 2 simple message formats a status message and a decision message Can you point to an example of how I set this all up please Bob M -- View this message in context: http://activemq.2283324.n4.nabble.com/A-beginner-s

simple xml message broker

2015-10-22 Thread Bob M
Hi I have a server program and several client programs These programs run concurrently I wish to use ActiveMQ to send simple messages back and forth as follows:- 1) at a certain point each client sends new data to the server 2) once the server has received new data from each and every client, it

Re: simple xml message broker

2015-10-23 Thread Bob M
Thank you Tim for a very clear reply Bob M -- View this message in context: http://activemq.2283324.n4.nabble.com/simple-xml-message-broker-tp4703319p4703340.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: simple xml message broker

2015-10-23 Thread Bob M
Hi again (Tim) One last question... If my clients have only the following messages (a) subscribe (b) unsubscribe (c) new data and my server has only the following message (a) amended new data is activeMQ overkill ? -- View this message in context: http://activemq.2283324.n4.nabb

Re: simple xml message broker

2015-10-24 Thread Bob M
Thanks Tim I shall try and follow your advice :) Bob M -- View this message in context: http://activemq.2283324.n4.nabble.com/simple-xml-message-broker-tp4703319p4703357.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

First activeMQ use - help please

2015-10-29 Thread Bob M
I have the following code so far:- Producer code:- public class TradeProducer implements Runnable { public void run() { try { // Create a ConnectionFactory ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory("vm://localho

Re: First activeMQ use - help please

2015-10-30 Thread Bob M
ve trade takes place within seconds. But you suggestion of a time limit as well is well founded Thank you for your advice Bob M -- View this message in context: http://activemq.2283324.n4.nabble.com/First-activeMQ-use-help-please-tp4703506p4703536.html Sent from the ActiveMQ - User mai

OutOfMemory when using Topic on AMQ 5.0.0 but not on 4.1.1.

2008-03-18 Thread Bob G.
Hello, My Setup - ActiveMQ 5.0.0.0, stand-alone out-of-the-box configuration. - JDK : Sun jdk1.5.0_14 (broker and Publisher) - Spring 2.5 Jms Template - OS : Windows XP SP2 Problem : I get an OutOfMemory when running a simple PubSub test on ActiveMQ 5.0.0 but not when

Price Update: Using Lots of Topics or implementing 'Dynamic Router' pattern?

2008-03-22 Thread Bob G.
Hello, A typical financial system have to broadcast multiple Price updates (20,000 individual ticker) to different client application. Most broker firm use Tibco RV pub-sub model to do this kind of job. I read that Tibco use a very lightweight model to implement Topic/subject. I would like to k

Re: Price Update: Using Lots of Topics or implementing 'Dynamic Router' pattern?

2008-03-23 Thread Bob G.
amp;skin=2354 http://www.nabble.com/more-topics-against-more-filters---overhead-estmation-to14647100s2354.html#a14664571 http://www.nabble.com/Limits-on-number-of-topics--to5800812s2354.html#a5800812 http://activemq.apache.org/wildcards.html Thank you. Bob G. wrote: > > Hello,

Configuring a custom SubscriptionRecoveryPolicy

2008-04-08 Thread Bob G.
Hello, When my Subscriber connect to my Topic, I would like to resend a specific group of messages. I cannot use any of the Recovery Policies listed here http://activemq.apache.org/subscription-recovery-policy.html. How do I configure or inject my custom SubscriptionRecoveryPolicy Bean into the

Basic Authentication with HTTP connector

2008-06-20 Thread Bob G.
Hello, I have a Java Client App, started with Webstart, that is using JMS to communicating over the Internet to my ActiveMQ via the HTTP Connector (to be clear, not the REST Servlet but the HTTP connector) - How can I use Basic Authentication for this HTTP Connection ? - His ther

Where is the ActiveMQ's Destination?

2008-07-29 Thread Bob Temple
Hello everyone, suppose I have 3 nodes. each node has the MQ broker that connects to the next broker. MQ1 - > MQ2 --> MQ3 I wanna produce some messages from MQ1 to MQ3. and MQ1 and MQ3 are physically seperated. how can produce the message from MQ1 to MQ3 throught MQ2? on the network

Re: Where is the ActiveMQ's Destination?

2008-07-29 Thread Bob Temple
Thanks your help, the guide is great, I am trying to figure out te problems. On Wed, Jul 30, 2008 at 11:40 AM, Joe Fernandez < [EMAIL PROTECTED]> wrote: > > You'll need to set up forwarding bridges (networkConnectors) from MQ1 to > MQ2 > and from MQ2 to MQ3. Make sure to set networkTTL to 2. MQ2

Re: Where is the ActiveMQ's Destination?

2008-07-30 Thread Bob Temple
Hello, I have try to attach MQ1->MQ2->MQ3 . it seems that I can go throught the network from MQ1->MQ2 but not MQ2-> MQ3. I wanna stay on 192.9.208.10 to send the message to the queue on 192.9.208.12. transportConnectors in MQ1,MQ2,MQ3 seems exist as default, so I probably don't need to ad

Re: Where is the ActiveMQ's Destination?

2008-07-30 Thread Bob Temple
ADD: by modified like following: http://192.9.208.12:61616/>)"/>

Re: Where is the ActiveMQ's Destination?

2008-07-30 Thread Bob Temple
Thanks joe again, I still have some confusing on A(ctive)MQ. I not sure how the way AMQ works. Is the AMQ will make every MQ's broker has the same queue(like mirror queues)? and the consumer will be able to fetch the messages from one of the brokers? *OR* can I specify which broker and which qu

How can I route the brokers?

2008-08-25 Thread Bob Temple
hi buddies, suppose I have 4 AMQ-brokers name them : A,B,C,O there are all networkconnector wire to "O" A<->O B<->O C<->O now I want to produce message from A to B, B as the consumer. so it comes from A->O->B how ever, if I use TTL = 2 , then when I produce the message in A's Queue "QA", All t

Looking for a Message Repository / BAM tools

2008-10-16 Thread Bob G.
Hello, I am looking for a tool to keep track of all the messages going through ActiveMQ. I would like to : - Store these message - Search them - Make some statistic etc. - Do some Event correlation - Be able to resend these messages on the Bus. - Message cont

Not getting all my messages in an Ajax client

2007-08-16 Thread Bob Buffone
getting any of the messages from the server. Is there something I am missing with the configuration (activemq.xml)? I use the one that came in the download. Thanks for the help in advance. Bob (Buffone)

RE: Questions regarding AMQ (AJAX and AjaxServlet)

2007-08-24 Thread Bob Buffone
I ran into the same problem; I forgot to add the activemq-web-x.x.x.jar file. Here is the servlet mappings that I used. amq amq org.apache.activemq.web.AjaxServlet amq /amq/* Hope this helps. Bob (Buffone) -Original Message- From

Very,very new to message brokers - advice sought

2014-08-25 Thread Bob M
messaging aspect itself that I require is pretty basic Many thanks Bob M Dunedin New Zealand -- View this message in context: http://activemq.2283324.n4.nabble.com/Very-very-new-to-message-brokers-advice-sought-tp4684984.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Installation procedures

2014-09-28 Thread Bob M
activemq from within a java application? Bob M Dunedin New Zealand -- View this message in context: http://activemq.2283324.n4.nabble.com/Installation-procedures-tp4685954.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.