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
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
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
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
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
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
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
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.
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
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
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.
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
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.
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
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
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
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
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,
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
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
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
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
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
ADD:
by modified like following:
http://192.9.208.12:61616/>)"/>
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
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
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
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)
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
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.
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.
31 matches
Mail list logo