Re: set time to deliver

2008-07-09 Thread Rob Davies
On 10 Jul 2008, at 02:59, dharmon wrote: RE: https://issues.apache.org/activemq/browse/AMQ-499, is it possible to set a delivery delay without using Camel? -- View this message in context: http://www.nabble.com/set-time-to-deliver-tp18374479p18374479.html Sent from the ActiveMQ - User mai

Re: A question about the queue.

2008-07-09 Thread yanhongsan
To Bruce : Your method is to start the broker with programmatic configuration for ActiveMQ. Are there methods to add networkconnectors with program after start ActiveMQ with activemq.bat ? yanhongsan -- View this message in context: http://www.nabble.com/A-question-about-the-queue.-tp18

set time to deliver

2008-07-09 Thread dharmon
RE: https://issues.apache.org/activemq/browse/AMQ-499, is it possible to set a delivery delay without using Camel? -- View this message in context: http://www.nabble.com/set-time-to-deliver-tp18374479p18374479.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: failing to close a connection leaves consumers behind that prevent new consumers receiving messages

2008-07-09 Thread sparky2708
I had this same problem since 4.1.0-incubator. Learned to make killing off the dead consumers in jconsole as part of my morning routine. Glad you put a test case. I hope this will get fixed. I took your post and setup an Issue: AMQ-1850. Ossory wrote: > > Hi, > I have an issue where a JMS clie

Re: 5.2.0 release schedule?

2008-07-09 Thread sparky2708
Am also waiting for 5.2. Any concrete timeframe? Was really disappointed today that I couldn't use 5.1 as it has a major bug with the Queue Size not emptying out. Going back to the latest stable version: 4.1.0-incubator. <> Sigh, Sigh rajdavies wrote: > > > On 9 Jul 2008, at 09:12, mmastrac wr

Re: How can Dequeuecount == Enqueuecount == Dispatchcount and QueueSize != 0?

2008-07-09 Thread sparky2708
Now I remember why this looks so familiar. I filed a bug report for this: AMQ-1600. I filed it as a bug for the trunk of 5.1.0 before 5.1.0 was released so I am not sure why it wasn't fixed before the release of 5.1.0. It was a known bug in the trunk. I guess I am going back to the latest stable v

Active MQ - The transport is not running Error

2008-07-09 Thread Byju
Hi All, We are using active MQ in our product and running into an issue. 1. We have a tomcat web server that launches ActiveMQ server(broker) 2. We have an applet that runs on IE which creates an ActiveMQ client 3. This applet posts a heartbeats messages every one minute on a Topic We are run

Re: How can Dequeuecount == Enqueuecount == Dispatchcount and QueueSize != 0?

2008-07-09 Thread sparky2708
Could this be because the acknowledge/commit is not working correctly? rajdavies wrote: > > be great if you could come up with a test case! > On 8 Jul 2008, at 18:49, sparky2708 wrote: > >> >> I am using ActiveMQ 5.1.0 and I can't explain the following in >> JConsole (I >> never pressed rese

Specifying a timeout value for createTopicConnection() method

2008-07-09 Thread nabbleuser2008
Hi, Apologize if this has been answered before... Is there a way to specify a timeout value so that createTopicConnection() method does not hang when the broker is not reachable (down) ? Thank you. -- View this message in context: http://www.nabble.com/Specifying-a-timeout-value-for-createTop

Re: Cannot run maven perftest

2008-07-09 Thread RicSmith
Update the pom.xml file in the activemq-perftest directory. The pom file currently found in the svn repo appears to be incorrect. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apach

Re: ActiveMQ 5.1 broken - repro test included

2008-07-09 Thread carbon60
rajdavies wrote: > > I created a jira for this - AMQ-1778 > I think we are running into this issue. With an embedded broker, I have a single consumer on a queue that fails to retrieve messages 100% of the time. Sometimes it finds no messages and I am watching the Queue via JMX: there are messa

Re: Cannot run maven perftest

2008-07-09 Thread RicSmith
Hello, I am encountering the exact same issue. qrtt1 wrote: > > Cannot run maven perftest > > Hello, > > I check out the ActiveMQ source code, > and use maven compile the activemq-console and activemq-tooling. > Compiling is success, but I cannot run it to do performance test. > > The err

Re: No clientID specified for connection disconnect request

2008-07-09 Thread Rob Davies
Great! thx Benoitx! On 9 Jul 2008, at 16:31, Benoitx wrote: let me answer my own question... the config is in an xml file... this works: vm://localhost?create=false&async=false We'll get back to the list if it re-occurs but... it seems to have fixed the clientID issue. Thanks!!! Benoit

RE: Openwire C client protocol error

2008-07-09 Thread Mittler, Nathan
Just curious ... are you building with a C++ compiler? If so, you might want to think about just using ActiveMQ-CPP: http://activemq.apache.org/cms/ I'm not sure if the Openwire C client is being maintained. Regards, Nate > -Original Message- > From: Joselu [mailto:[EMAIL PROTECTED] >

Re: No clientID specified for connection disconnect request

2008-07-09 Thread Benoitx
let me answer my own question... the config is in an xml file... this works: vm://localhost?create=false&async=false We'll get back to the list if it re-occurs but... it seems to have fixed the clientID issue. Thanks!!! Benoit Benoitx wrote: > > Thanks a lot for this. > > Could you confirm

Re: No clientID specified for connection disconnect request

2008-07-09 Thread Benoitx
Thanks a lot for this. Could you confirm the syntax to add more than one parameter? We already have: vm://localhost?create=false so I tried vm://localhost?create=false&async=false but this is rejected... Sorry, it is a very basic question... Benoit rajdavies wrote: > > work around could b

Very urgent: a question about restarting

2008-07-09 Thread rene1
Hello eveybody In my model, I have to do 2 step analyses. the first one (Step-1) is Riks analysis. I have read the manual and know that I have to do the second analysis (Step-2) through Restart analysis. I do as stated in manual, However I can't restart. I copy the model to another one (e.g. fil

Re: Topic configuration

2008-07-09 Thread Rob Davies
On 9 Jul 2008, at 12:24, replyramdas wrote: Hi, I am newbi to Apache ActiveMQ, this is my first post. Can i configure/create a Topic to receive a specified number of JMS messages ? lets say it should only have 100 messages at a time. If it receives more than 100, i should get a notifi

Look for help with the chat demo when running in Firefox

2008-07-09 Thread kellyng
Hello, I'm trying to use the chat demo in Firefox 3. When I click the "Join" button, it makes a ajax call to server POST http://localhost:8161/demo/amq 16ms destination topic://CHAT.DEMO message chat typelisten In the response, I have the below error. Caused by:java.lang.UnsupportedO

Topic configuration

2008-07-09 Thread replyramdas
Hi, I am newbi to Apache ActiveMQ, this is my first post. Can i configure/create a Topic to receive a specified number of JMS messages ? lets say it should only have 100 messages at a time. If it receives more than 100, i should get a notification. Probably i will get JMSException. If this i

Can any one help me in dealing with duplicating messages for clustered web application

2008-07-09 Thread Manish1985
Hi All, I want to cluster my web application and my web application is using JMS for messaging. Here if i run three jetty servers at that time the same message to the same topic is sent thrice and as a result it is also received thrice by single receiver.I can handle it at receiver level from bei

Re: COMPILING OpenWire C on Linux

2008-07-09 Thread Joselu
Hi, Well we are doing the same but weve got a different problem (see http://www.nabble.com/Openwire-C-client-protocol-error-to18357667.html) Can you tell us if your error is set before protocol initialization (WireFormat negociation)? Our error in client side shows "Could not connect: Internal er

Openwire C client protocol error

2008-07-09 Thread Joselu
Hi, we want to integrate our linux C application with ActiveMQ broker 5.1.0 using Openwire C Client. As a first step, we are trying to make the example works but we have a problem in the fist step of the protocol, during the wire format negociation. It seems that the message is not well formatted

Re: No clientID specified for connection disconnect request

2008-07-09 Thread Rob Davies
work around could be to turn async dispatch off in the vm:// transport - e.g. vm://localhost?async=false On 8 Jul 2008, at 23:42, Benoitx wrote: Same here. This error seems to happen on the FIRST message sent by thread in JBoss... After the first message, it seems to go away... Quite a

Re: 5.2.0 release schedule?

2008-07-09 Thread Rob Davies
On 9 Jul 2008, at 09:12, mmastrac wrote: Is there a quick release of 5.2.0 planned for the near future? I've been getting bit by a handful of bugs that are making life a bit difficult. I'm not sure if it'd be any better running off trunk. Out of the bugs below, I've patched the first o

Re: A question about the queue.

2008-07-09 Thread yanhongsan
Thank you Bruce! You are extraordinary.I am interested in activemq.It is powerful.So I did not familiar with it .When I have questions,May I ask you for some advice? -- View this message in context: http://www.nabble.com/A-question-about-the-queue.-tp18312044p18356797.html Sent from the Active

5.2.0 release schedule?

2008-07-09 Thread mmastrac
Is there a quick release of 5.2.0 planned for the near future? I've been getting bit by a handful of bugs that are making life a bit difficult. I'm not sure if it'd be any better running off trunk. Out of the bugs below, I've patched the first one by hand, but haven't been able to get the secon

How to: Slow consumers and CLIENT_ACKNOWLEDGE?

2008-07-09 Thread bonnyr
All, We're using AMQ as follows: A producer is connected to it's own (almost embedded) broker to deliver messages reliably (using kaha persistence) A consumer is connected to the broker and sets the ack mode to CLIENT_ACKNOLEDGMENT. The consumer is itself multi threaded and the thread that pr