Consumer hangs

2008-01-25 Thread activemqnewbie
Hi, We are using activemq5.o. Consumer after consuming certain number of messages ,hangs. But when i publish some more messages,consumer consumes few messages and hangs again. I dont see any exceptions in broker/consumer/producer. Consumer is still active but doesn't consume all messages. Does

Re: cms - problem using Stomp

2008-01-25 Thread gustav.mauer
Thank you very much. It is working perfectly now. Sorry that I did not notice the port number was also different. Timothy Bish wrote: You need to change the port as well as the port given on that line is the openwire port on the broker. Port 61613 is the default stomp port. Try reading

Re: JMS Client with JRE 1.2.2

2008-01-25 Thread james . strachan
activemq 5 uses java 5 but you can use retroweaver to support 1.4. For earlier it might be worth writing a simple STOMP or REST client? On 25/01/2008, Juergen Mayrbaeurl [EMAIL PROTECTED] wrote: Hi! Can we use ActiveMQ (3.x, 4.x, 5.x) with JMS clients running with JRE 1.2.2? Unfortunately

Re: ActiveMQ ver5.0 number of paged-in messages

2008-01-25 Thread Rob Davies
If you want to avoid using a snapshot - you can use the latest Fuse Message Broker version of ActiveMQ which has this fixed: http://open.iona.com/products/fuse-message-broker/ On Jan 25, 2008, at 12:58 AM, dalin wrote: I think I've come across another case with ver5.0 (released) where

Re: cms - problem using Stomp

2008-01-25 Thread Timothy Bish
You need to change the port as well as the port given on that line is the openwire port on the broker. Port 61613 is the default stomp port. Try reading the comments in the main of the example they give examples of the correct uri for stomp and openwire. On Fri, 2008-01-25 at 09:19 -0800,

cms - problem using Stomp

2008-01-25 Thread gustav.mauer
I have downloaded and compiled activemq-cpp-2.1.3-src on Windows using Visual Studio 2005 using the supplied solution. I have compiled and executed the demo in src\examples and it works fine. However, when I change line 333 of src\examples\main.cpp to: ?wireFormat=stomp and recompile and

JMS Client with JRE 1.2.2

2008-01-25 Thread Juergen Mayrbaeurl
Hi! Can we use ActiveMQ (3.x, 4.x, 5.x) with JMS clients running with JRE 1.2.2? Unfortunately we cant upgrade the clients JRE version because of low disc space conditions. Kind regards Juergen -- View this message in context: