Re: Ajax receive - long "warmup" time

2008-09-30 Thread piotr_rezmer
OneWhoMikes wrote: > > You might want to look at the timeout period. It seems like you aren't > getting any messages until the first request times out? > > I think you pass along a "readTimeout" URL variable, with a value in > milliseconds to set the timeout of the request. At least that's t

problem with network of brokers in AMQ 5.2 SNAPSHOT

2008-09-30 Thread Yuriy Gapon
We have configured network of brokers containing 2 brokers. It seems to work fine for about a day or so, and then something goes wrong. The system stops working. Below all the details of the configuration and description of the problem. Configuration. AMQ version: 5.2 SNAPSHOT downloaded and buil

Re: Ajax receive - long "warmup" time

2008-09-30 Thread OneWhoMikes
You might want to look at the timeout period. It seems like you aren't getting any messages until the first request times out? I think you pass along a "readTimeout" URL variable, with a value in milliseconds to set the timeout of the request. At least that's the way it works for REST messaging

Re: Ajax receive - long "warmup" time

2008-09-30 Thread OneWhoMikes
You might want to look at the timeout period. It seems like you aren't getting any messages until the first request times out? I think you pass along a "readTimeout" URL variable, with a value in milliseconds to set the timeout of the request. At least that's the way it works for REST messaging

zero "Messages Received" for queues in AMQ Web Console

2008-09-30 Thread Yuriy Gapon
We have configured a network of 2 brokers as described here http://activemq.apache.org/networks-of-brokers.html. AMQ Web Console for both brokers displays 0 for all queues in "Messages Received" while "Messages Sent" displays the right numbers. All queues have several consumers and producers, and

Re: networkconnector always on port 61616 even if deleted from activemq?xml?

2008-09-30 Thread Bruce Snyder
On Tue, Sep 30, 2008 at 8:32 PM, jp <[EMAIL PROTECTED]> wrote: > > I'm seeing some behavior I cannot explain with ActiveMQ 5.1. I have > activemq.xml configured to listen for ssl connections on 61616. This is the > only port I wish to receive connections on. Also, I've removed the > networkC

Re: message forwarding

2008-09-30 Thread Bruce Snyder
On Tue, Sep 30, 2008 at 8:14 PM, devdev <[EMAIL PROTECTED]> wrote: > > HI all, > > I am looking for writing a feature to forward messages in a given queue to > other queues/topics. Instead of creating a process that listen on the queue > (as consumer) and put the messages in other queues (as publi

networkconnector always on port 61616 even if deleted from activemq?xml?

2008-09-30 Thread jpgggg
I'm seeing some behavior I cannot explain with ActiveMQ 5.1. I have activemq.xml configured to listen for ssl connections on 61616. This is the only port I wish to receive connections on. Also, I've removed the networkConnectors element from the activemq.xml file because I do not want a network

message forwarding

2008-09-30 Thread devdev
HI all, I am looking for writing a feature to forward messages in a given queue to other queues/topics. Instead of creating a process that listen on the queue (as consumer) and put the messages in other queues (as publisher) is it more appropriate to use a plugin or interceptor to host this func

AMQ Standalone vs embedded

2008-09-30 Thread gsm2a
I am a newbie to AMQ and am wondering what web service does AMQ standlone uses by default( downloaded bin version as is)?Does it use Axis? Also are there any advantages over deploying it as a war under tomcat or other app server? My requirement doesnt have to have it run under an app server. I wou

RE: Redelivering messages inconsistency

2008-09-30 Thread Andres Rangel
I found the issue. The time of the client machine was off by one hour to the server(one running the jms server). When I updated the ttl to a very big number (50 hrs), the messages were picked up correctly. Why would the jms client set a timestamp local to the client and not local to the jms server

Passing in Session ID from client for REST based Messaging

2008-09-30 Thread OneWhoMikes
I want to configure ActiveMQ to look for a session id in the URL from a client REST request. This would allow for the client to pass along it's own ID, instead of the server generating one and setting a cookie. I found the following posts: http://www.mojavelinux.com/blog/archives/2006/11/disabli

Re: Sending message using JmsTemplate with PooledConnectionFactory hangs periodically

2008-09-30 Thread janylj
Thanks a lot, Ari. If the problem appears to be fixed, do you (or ActiveMQ folks) know where the problem is? Is it caused by PooledConnectionFactory, since I don't see any bug fix about PooledConnectionFactory in 5.2. Jan Ari Miller-2 wrote: > > I experienced similar issues using the same cla

Re: 4.1.1 vs. 5.1.0 performance

2008-09-30 Thread Rob Davies
Try turning flow control off - see http://activemq.apache.org/producer-flow-control.html cheers, Rob On 30 Sep 2008, at 17:19, colomb wrote: We are running some tests to evaluate upgrading to ActiveMQ v 5.1 from 4.1.1. We are running the broker on one machine, and a message producer and c

4.1.1 vs. 5.1.0 performance

2008-09-30 Thread colomb
We are running some tests to evaluate upgrading to ActiveMQ v 5.1 from 4.1.1. We are running the broker on one machine, and a message producer and consumer on another. No persistence. Under 4.1.1, we get around 10,000 msgs/sec, however under 5.1.0 we only read 5000 msgs/sec. The tests are bein

Re: Active MQ 5.1 and Geronimo

2008-09-30 Thread Fredrik Jonson
In <[EMAIL PROTECTED]> my_forum wrote: > Is there somewhere step-by-step instruction how to update > ActiveMQ for Geronimo from 4.x to 5.x? As far as I've understood various mail threads about the issue, it is very difficult to change/complement geronimo with a newer release of activemq becaus

Re: Message selectors + MDB

2008-09-30 Thread Bruce Snyder
On Tue, Sep 30, 2008 at 9:21 AM, James Strachan <[EMAIL PROTECTED]> wrote: > 2008/9/30 Bruce Snyder <[EMAIL PROTECTED]>: >> On Tue, Sep 30, 2008 at 8:52 AM, my_forum <[EMAIL PROTECTED]> wrote: >> >> >>> Thanks for your reply! >>> After some investigation I found out that message selectors is not ac

Re: Message selectors + MDB

2008-09-30 Thread James Strachan
2008/9/30 Bruce Snyder <[EMAIL PROTECTED]>: > On Tue, Sep 30, 2008 at 8:52 AM, my_forum <[EMAIL PROTECTED]> wrote: > > >> Thanks for your reply! >> After some investigation I found out that message selectors is not actually >> what I need. >> I want to support dynamic number of priorities and worki

Re: Message selectors + MDB

2008-09-30 Thread Bruce Snyder
On Tue, Sep 30, 2008 at 8:52 AM, my_forum <[EMAIL PROTECTED]> wrote: > Thanks for your reply! > After some investigation I found out that message selectors is not actually > what I need. > I want to support dynamic number of priorities and working with selectors I > will have to create "one bean

Re: Message selectors + MDB

2008-09-30 Thread my_forum
bsnyder wrote: > > On Mon, Sep 29, 2008 at 9:25 AM, my_forum <[EMAIL PROTECTED]> wrote: >> >> Guys, >> could anyone give me an example of usage message selectors with Message >> Driven beans? >> I want to process my messages by priority so I think using selectors will >> be >> a correct choice.

Re: Message selectors + MDB

2008-09-30 Thread James Strachan
2008/9/30 my_forum <[EMAIL PROTECTED]>: > > > bsnyder wrote: >> >> On Mon, Sep 29, 2008 at 9:25 AM, my_forum <[EMAIL PROTECTED]> wrote: >>> >>> Guys, >>> could anyone give me an example of usage message selectors with Message >>> Driven beans? >>> I want to process my messages by priority so I thin

Re: ActiveMQ and Websphere App Server integration

2008-09-30 Thread rmh1
Whilst I thought that all the earlier steps had gone well, I have since restarted my WAS and I am getting a class not found error for the initialcontextfactory - which seems strange, I have taken all the .jar files from my activeMQ install/lib and have out them in the WAS classpath (WAS_INSTALL_RO

Re: Message selectors + MDB

2008-09-30 Thread Bruce Snyder
On Mon, Sep 29, 2008 at 9:25 AM, my_forum <[EMAIL PROTECTED]> wrote: > > Guys, > could anyone give me an example of usage message selectors with Message > Driven beans? > I want to process my messages by priority so I think using selectors will be > a correct choice. > Has somebody implemented mess

ActiveMQ and Websphere App Server integration

2008-09-30 Thread rmh1
Hi All, I am trying to integrate WAS(as part of local RSA) with ActiveMQ - I have serached the forum and found teh following instructions from Ramzi (see below), but I am stuck with step 4 - configuring the JNDI - I assume this is done through the jndi.properties file (i got a template fromt eh a

Re: Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread rmh1
Thank you very much! that has fixed the problem... seems strange that I didn't experience this problem the first time that I ran activeMQ. but it is resolved none the less, so its all good! Thanks again Dejan Bosanac-3 wrote: > > Hi, > > maybe you have multicast configured ... try commenti

Re: Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread Dejan Bosanac
Hi, maybe you have multicast configured ... try commenting tag in your config file. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net rmh1 wrote: > Hi

Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread rmh1
Hi All, I am new to ActiveMq, and have recently downloaded and unzipped the package. I then ran it for the first time using the /bin/activemq command from my command prompt (in windows) - activemq appeared to start fine and I was able to use the web admin console to create/manage queues etc. I

Re: Health check Activemq

2008-09-30 Thread Janesh S
Thanks Bruce/ James, I have created a health check class which sends/receives a test message to/from a test channel. This seems to be the most reliable method. Jan -- View this message in context: http://www.nabble.com/Health-check-Activemq-tp19604586p19739603.html Sent from the ActiveMQ - U

Re: AJAX

2008-09-30 Thread Pradeepp
Hi This is pradeep form b'lore i had written a codings to store a message in the ActiveMQ, While executing the codins every thing is working properly, but not storing into the queue. Along with this mail i attaching my codings for ur reference If u find any changes please inform me as soon

Active MQ 5.1 and Geronimo

2008-09-30 Thread my_forum
Is there somewhere step-by-step instruction how to update ActiveMQ for Geronimo from 4.x to 5.x? Thanks! -- View this message in context: http://www.nabble.com/Active-MQ-5.1-and-Geronimo-tp19738546p19738546.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Restart of embedded broker causes BrokerStoppedException

2008-09-30 Thread taf
This problem is not appearing in the latest snapshot (2008-09-29). Another issue surfaced though; when restarting the broker the journal is still locked. Isn't the broker.stop() suppose to unlock the journal if it's the only (or last) broker running? taf wrote: > > Hi, > I'm running activemq