How can ActiveMQ help with our scenario?

2009-09-09 Thread Robert Nicholson
So at work we currently have J2SE processes that use JMSMessageListeners to consume messages from a Websphere MQ 6.x queue. At this time I'm enhancing our existing processes to support muliple JMSMessageListeners where was the original implementation used a single threaded listener only. ie

André Dittrich ist außer Haus.

2009-09-09 Thread andre . dittrich
Ich werde ab 10.09.2009 nicht im Büro sein. Ich kehre zurück am 24.09.2009.

Transactional message consumption

2009-09-09 Thread gnoremac
Hi I am not sure if I am missing something really simple but if I run the below test case I notice the following exception in my logs. If I change the rollback to a commit it goes away. Can anyone help with what I am doing wrong. public void activeMQTest() throws Exception { Destination

Embedding activeMQ stops automatically

2009-09-09 Thread rranjan
I have a basic requirement that I am struggling with for the last 3 days. I want to create a zip file which contains the required Jar files from my application and the activeMQ jars. I want activeMQ to be embedded into my JVM. In order to do this I followed the instructions and created a spring

Comet Style AJAX Servlet Problems

2009-09-09 Thread Christopher Gill
Hi all, We're trying to use the Jetty continuations MessageListenerService as an endpoint for an AJAX app where people get near-realtime updates in their browser, where each end user subscribes to their own queue of notifications. (If the user were to leave and then come back, they'd get another,

Re: Broken link on http://activemq.apache.org/cross-language-clients.html

2009-09-09 Thread Timothy Bish
I think I already fixed it, unless its broken in other places, I updated: http://activemq.apache.org/cross-language-clients.html Regards Tim. On Wed, 2009-09-09 at 14:21 -0700, Jim Gomes wrote: > Yes, that file no longer exists. Can you tell me the source page that is > still linking to that?

Re: Broken link on http://activemq.apache.org/cross-language-clients.html

2009-09-09 Thread Jim Gomes
Yes, that file no longer exists. Can you tell me the source page that is still linking to that? On Sun, Sep 6, 2009 at 12:47 AM, mjustin wrote: > > The C# and .Net link points to http://activemq.apache.org/NMS/index.html > which gives a 404 error. > I think it should go to http://activemq.apach

Re: NMS: How to specify Bitwize operations in selectors

2009-09-09 Thread Jim Gomes
I'm not sure that what you are attempting to do is supported by ActiveMQ. When you pass in a selector like that, it is essentially a script that is run at the broker. NMS does not process the selector statement. You'll need to consult the JMS spec and the ActiveMQ implementation to see if bitwise

Re: Consumer doesnt recieve messages from producer

2009-09-09 Thread Timothy Bish
On Wed, 2009-09-09 at 13:40 -0700, sharongi wrote: > Hello everyone! > > I've created 2 c++ classes: one is functioning as the consumer and one as > the producer. > I have 2 c++ projects (A and B), both defined as exe. application. > I wish that one project will function as the consumer and the ot

Consumer doesnt recieve messages from producer

2009-09-09 Thread sharongi
Hello everyone! I've created 2 c++ classes: one is functioning as the consumer and one as the producer. I have 2 c++ projects (A and B), both defined as exe. application. I wish that one project will function as the consumer and the other one as the producer..for that purpose, I added the consume

Re: Getting negative number of pending messages

2009-09-09 Thread magellings
Note test went from 2009-09-09 14:01:29,918 to about 14:06. I also needed to kill the broker. magellings wrote: > > Using the wild-card address allowed the producers to connect. > > I'm getting a lot of exceptions in the activemq.log however with 5.3 so I > can't test this. It is very slow t

Re: Getting negative number of pending messages

2009-09-09 Thread magellings
Using the wild-card address allowed the producers to connect. I'm getting a lot of exceptions in the activemq.log however with 5.3 so I can't test this. It is very slow too. I guess this isn't surprising if exceptions are occurring. I uploaded the activemq.log and a detailed NMS producer/consu

Re: Getting negative number of pending messages

2009-09-09 Thread Gary Tully
just fyi: the jira is https://issues.apache.org/activemq/browse/AMQ-2094 2009/9/9 Gary Tully > with 5.3 "localhost" is local, not the wildcard address. you may need to > use the wildcard address "0.0.0.0" if you localhost is tied to a different > interface. > > 2009/9/9 magellings > > >> Okay I

Re: Getting negative number of pending messages

2009-09-09 Thread Gary Tully
with 5.3 "localhost" is local, not the wildcard address. you may need to use the wildcard address "0.0.0.0" if you localhost is tied to a different interface. 2009/9/9 magellings > > Okay I have 5.3 configured with the following config. I can't connect from > another machine through the host na

Re: AMQ - MSMQ bridge ... possible?

2009-09-09 Thread vezee
If i am not wrong, isn't camel-msmq component goes on windows box and is used for MSMQ to AMQ bridge? We have a scenario where we have AMQ on Solaris and have a requirement to forward the messages to MSMQ directly from AMQ. Is there a way to do this? See my Original post which has details of wha

Re: Getting negative number of pending messages

2009-09-09 Thread Rob Davies
just as a sanity check - can you try a 5.3 client to connect to the 5.3 broker? On 9 Sep 2009, at 18:10, magellings wrote: Okay I have 5.3 configured with the following config. I can't connect from another machine through the host name of the server however. This config is taken directl

Re: Getting negative number of pending messages

2009-09-09 Thread magellings
Okay I have 5.3 configured with the following config. I can't connect from another machine through the host name of the server however. This config is taken directly from an ActiveMQ 5.2 broker and running that broker I can connect just fine. Anyone know what's up? http://www.springframework

Re: AMQ - MSMQ bridge ... possible?

2009-09-09 Thread Rob Davies
The best solution is to use Apache Camel - see http://camel.apache.org/msmq.html On 9 Sep 2009, at 16:05, vezee wrote: AMQ experts please HELP!! Is there a way to configure One way Forward bridge from ActiveMQ 5.20(Solaris/Linux)) to MSMQ(windows)? We want this for our prototype. If yes, plea

Re: AMQ - MSMQ bridge ... possible?

2009-09-09 Thread vezee
AMQ experts please HELP!! Is there a way to configure One way Forward bridge from ActiveMQ 5.20(Solaris/Linux)) to MSMQ(windows)? We want this for our prototype. If yes, please provide some details. -vezee vezee wrote: > Problem statement: Want to create a forward bridge from AMQ to MSMQ. Po

Re: How to send one message to a topic in MDB?

2009-09-09 Thread Gary Tully
can you validate your usage with the current 5.3-SNAPSHOT, we will be generating a release candidate from there over the next few days and it would be good to get completion on this. 2009/9/9 Gary Tully > think that should be resolved, the broker sees a single XA identifier and > jboss sees a si

Re: How to send one message to a topic in MDB?

2009-09-09 Thread Gary Tully
think that should be resolved, the broker sees a single XA identifier and jboss sees a single XAResource. So long as the completion occurs on only one of the threads (as it should) it will work. 2009/9/9 andrewsomesyoung > > > Gary Tully wrote: > > > > Andy, I think you are experiencing > > http

Re: Message Integrity

2009-09-09 Thread Rob Davies
You can do that - but each consumer (MessageListener) needs to be created from a different javax.jms.Session On 9 Sep 2009, at 14:03, pa7751 wrote: Hi Thanks for the information. As suggested by you, ActiveMQ will ensure that the same message does not gets picked up by both the consumers.

Re: How to send one message to a topic in MDB?

2009-09-09 Thread andrewsomesyoung
Gary Tully wrote: > > Andy, I think you are experiencing > https://issues.apache.org/activemq/browse/AMQ-2346 which was recently > resolved on trunk. The ended transaction map allows joined contexts to > share > the outcome of a transaction, > Gary, not knowing the details behind https://issue

Re: Message Integrity

2009-09-09 Thread pa7751
Hi Thanks for the information. As suggested by you, ActiveMQ will ensure that the same message does not gets picked up by both the consumers. But can we have more than one listeners to the queue like listener1 processes message1 and listener2 processes message2 at the same time. This will improve

RE: Can't download/open ActiveMQ

2009-09-09 Thread Knight, Doug
Is this what you were looking for: http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.tar.gz It's an older version, latest is 5.2.0. Doug -Original Message- From: cresur [mailto:cre...@gmail.com] Se

RE: Can't download/open ActiveMQ

2009-09-09 Thread Knight, Doug
Spoke too soon. I just tried if from my browser and the link is broken. Looking at your links, which version were you trying to download? Doug -Original Message- From: cresur [mailto:cre...@gmail.com] Sent: Wednesday, September 09, 2009 7:22 AM To: users@activemq.apache.org Subject: Can

RE: Can't download/open ActiveMQ

2009-09-09 Thread Knight, Doug
I'm not a Mac person, but have you tried doing it from your browser? -Original Message- From: cresur [mailto:cre...@gmail.com] Sent: Wednesday, September 09, 2009 7:22 AM To: users@activemq.apache.org Subject: Can't download/open ActiveMQ I'm on a Mac OSX 10.5.8. Following the official

Re: NMS: How to specify Bitwize operations in selectors

2009-09-09 Thread nmittal
try replacing the & with AND gtsafas wrote: > > I am trying to configure a consumer so it only receives messages that have > the 2nd bit in the ‘Status’ (user defined INT property) as 0. I came up > with the following code but I get this Exception… > > > > “An unhandled exception of type

Re: Message Integrity

2009-09-09 Thread James Strachan
2009/9/9 pa7751 : > > Hi > > I have a queue in ActiveMQ messagings server. There are two listeners(on > different machines), that are listening to the same queue. This is done for > faster processing of the messages in the queue. Will ActiveMQ ensure that > the same message is not received by both?

Message Integrity

2009-09-09 Thread pa7751
Hi I have a queue in ActiveMQ messagings server. There are two listeners(on different machines), that are listening to the same queue. This is done for faster processing of the messages in the queue. Will ActiveMQ ensure that the same message is not received by both? Also will it ensure that both

Can't download/open ActiveMQ

2009-09-09 Thread cresur
I'm on a Mac OSX 10.5.8. Following the official installation instructions for Unix… > wget > http://activemq.apache.org/path/tofile/apache-activemq-4.1.0-incubator.tar.gz I get: > Resolving activemq.apache.org... 140.211.11.130 > Connecting to activemq.apache.org[140.211.11.130]:80... connecte

Re: How to send one message to a topic in MDB?

2009-09-09 Thread Gary Tully
Andy, I think you are experiencing https://issues.apache.org/activemq/browse/AMQ-2346 which was recently resolved on trunk. The ended transaction map allows joined contexts to share the outcome of a transaction, 2009/9/8 andrewsomesyoung > > Neo, > > I believe I am struggling with the same probl