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:

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:

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:

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 networkConnector element. Joe www.ttmsolutions.com /U wrote: Env: Activemq

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

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 reason

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: 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

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.

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: 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

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 server

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: users@activemq.apache.org 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,

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: 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. Is