Re: Send response to temporary queue gets stuck after 3900 sends

2008-03-10 Thread Michal Singer
Producer uses: auto ack - queueSessionSend = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE); Michal Singer wrote: > > hi. I am using activemq 5.0.0 broker embedded in spring. I use temporary > queues. > After calling jmsTemplate.convertAndSend exactly 3990 times, the resp

Re: Jconsole accumulates a list of topics when i only create queues

2008-03-10 Thread Michal Singer
You are right. I am seeing the advisory topics. I don't understand why I it accumulates many: ActiveMQ.Advisory.Producer.Queue. what does it mean? I am doing the following to send messages from the producer: ActiveMQConnectionFactory queueConnectionFactory = new ActiveMQConnectionFactory(QUEUE_C

Re: retry without using Failover Transport

2008-03-10 Thread Qian Su
Hi, Yes indeed, the initialReconnectDelay doesn't seem to have effect at all, the producer is reconnecting immediately regardless of the value specified. Do you happen to know why? Thanks, Qian Adrian Co wrote: > > Hi, > > The initialReconnectDelay is the delay for the first attempt only.

Re: Problems with simpleAuthenticationPlugin

2008-03-10 Thread uma_rk
Is there a syntactic element in the configuration element to indicate that a networkConnector is authenticated using the simpleAuthenticationPlugin? Wording of your email suggests that there is. Could you pl give me an example of aconfiguration of two brokers that authenticate each other using

Re: IP adress sharing by several computers and web servers

2008-03-10 Thread Jan Mura
Oh, sorry me, really meant httpd. Thanks a lot. Jan Mura - Original Message - From: "Brian Munroe" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 11, 2008 1:28 AM Subject: Re: IP adress sharing by several computers and web servers On Mon, Mar 10, 2008 at 4:07 PM, Jan Mura <[EMAIL PROT

Re: IP adress sharing by several computers and web servers

2008-03-10 Thread Brian Munroe
On Mon, Mar 10, 2008 at 4:07 PM, Jan Mura <[EMAIL PROTECTED]> wrote: > I would like to ask how to share an IP adress by several Apache servers. > Or I would like to know which part of documentation is dealing with the > topic. Hi Jan. If I had to guess you are referring to the Apache web serv

Re: MAP_TYPE support in ActiveMQ CPP

2008-03-10 Thread stevenbohrer
Hi Tim, I tried the suggested fix, but that seems to address the outgoing MapMessage. Regardless, it didn't resolve my issue. As far as I can tell through the debugger, I'm receiving the map message fine and unmarshaling the data into the PrimitiveMap properties private variable OK. But since

IP adress sharing by several computers and web servers

2008-03-10 Thread Jan Mura
Hello, I would like to ask how to share an IP adress by several Apache servers. Or I would like to know which part of documentation is dealing with the topic. Thanks a lot Jan Mura [EMAIL PROTECTED]

Re: Consumers not always being released

2008-03-10 Thread Mike Miljour
After further investigation, it turns out there was a configuration issue, which could have been avoided with clearer documentation. (it might have helped if i had included my configuration as well!) We had set the value for broker name differently in our two running instances of ActiveMQ. Doing

Re: JBoss Messaging Stomp Configuration

2008-03-10 Thread James Strachan
Great stuff! I've added this page to the STOMP wiki http://docs.codehaus.org/display/STOMP/StompConnect+with+JBoss On 10/03/2008, Johann Ungerer <[EMAIL PROTECTED]> wrote: > Hi all, > > After some fun and games, we managed to configure STOMPConnect to work with > JBOSS. Thought I'd share our ex

RE: JBoss Messaging Stomp Configuration

2008-03-10 Thread Johann Ungerer
Hi all, After some fun and games, we managed to configure STOMPConnect to work with JBOSS. Thought I'd share our experience with everyone. @echo off cls setlocal title STOMPConnect:61613 - jbosssrv set uri=tcp://169.254.109.194:61613 set providerurl=jnp://localhost:1099 set

Re: Jconsole accumulates a list of topics when i only create queues

2008-03-10 Thread James Strachan
On 10/03/2008, Michal Singer <[EMAIL PROTECTED]> wrote: > > I use activemq 5.0 broker embedded in spring. > When i observe a jconsole, i see the queues and temporary queues in a > correct list, but i also see > the queus in the topics list accumulate there. > They are not topics so there is no

Re: Send response to temporary queue gets stuck after 3900 sends

2008-03-10 Thread James Strachan
What acknowledgement mode are you using? On 10/03/2008, Michal Singer <[EMAIL PROTECTED]> wrote: > > hi. I am using activemq 5.0.0 broker embedded in spring. I use temporary > queues. > After calling jmsTemplate.convertAndSend exactly 3990 times, the response > will get stuck and not > be del

Jconsole accumulates a list of topics when i only create queues

2008-03-10 Thread Michal Singer
I use activemq 5.0 broker embedded in spring. When i observe a jconsole, i see the queues and temporary queues in a correct list, but i also see the queus in the topics list accumulate there. They are not topics so there is no reason for this. does any one knows what this means? why are they accu

Re: Problems with simpleAuthenticationPlugin

2008-03-10 Thread ttmdev
Regarding your question - If you have enabled authentication for a particular message broker, then other brokers that wish to connect to that broker must provide the proper authentication credentials via their element. Joe www.ttmsolutions.com /U wrote: > > Env: Activemq 5.0.0, JDK1.6 > > I

Send response to temporary queue gets stuck after 3900 sends

2008-03-10 Thread Michal Singer
hi. I am using activemq 5.0.0 broker embedded in spring. I use temporary queues. After calling jmsTemplate.convertAndSend exactly 3990 times, the response will get stuck and not be delivered. No exception or error is shown. it just gets stuck for no apparent reason. Does any one have any ideas wh

WRAPPER.CONF 5.0

2008-03-10 Thread Chris Neal
In order to make the Windows Service work for 5.0.0 release you will need to add wrapper.app.parameter.2=start wrapper.app.parameter.3-xbean:activemq.xml To the wrapper.conf Can someone make this a BUG so that it can be corrected in the Distribution? -- View this message in context: http://ww

Re: MAP_TYPE support in ActiveMQ CPP

2008-03-10 Thread Timothy Bish
If you create patches you can attach them to this issue: https://issues.apache.org/activemq/browse/AMQCPP-172 You can compare the current version of ActiveMQMapMessage to the previous one in SVN to find the changes. Version 2.2 is not yet released. To save you some time, here is the basic fix c

Re: Problem with Master/Slave, how to configure it? (I'm using Servicemix)

2008-03-10 Thread Rob Davies
On 10 Mar 2008, at 07:43, Jorge S. wrote: Does anyone have an idea? I have problems using version 5, I prefer to continue using old version. How can I be sure that error is due to the old version? -- View this message in context: http://www.nabble.com/Problem-with-Master-Slave%2C-how-to-c

Re: Problem with Master/Slave, how to configure it? (I'm using Servicemix)

2008-03-10 Thread Jorge S.
Does anyone have an idea? I have problems using version 5, I prefer to continue using old version. How can I be sure that error is due to the old version? -- View this message in context: http://www.nabble.com/Problem-with-Master-Slave%2C-how-to-configure-it--%28I%27m-using-Servicemix%29-tp15849

Re: MAP_TYPE support in ActiveMQ CPP

2008-03-10 Thread stevenbohrer
Hi Tim, I've implemented the Map and List types now, and will work on submitting them with the proper tests, etc. However, I have another issue, I'm using a Topic with MapMessages, and they don't seem to be received properly. I found https://issues.apache.org/activemq/browse/AMQCPP-166 which se