Openwire for .NET has problems with 5.0

2007-08-07 Thread Tero
I using the latest .NET C# client (NMS.ActiveMQ) and I open durable consumers for a number of topics. I was using AMQ 4.2 server snapshots which worked fine except for reconnect problems, which was fixed in 4.1.1, and appears to be fixed in later snapshots of 5.0 trunk. 4.1.1 had out of memory pr

Am new to ActiveMQ and having problems

2007-08-07 Thread MichaelShaw
I have set up a broker with nearly out of the box configuration. ... And a mysql datasource underneath. A few of the consumers are attempting to connect via the ssl transport, and eventually the broker just stops accepting a connection from them. I have observed other consumers

Anyway to elect a coordinator from a network of brokers?

2007-08-07 Thread BlueFox
Hi, I'm trying to build a distributed redundancy network where only one of the broker is suppose to produce message that will be consumed by all the consumers. We also require that a new coordinator to be elected immediately when the previous coordinator fails. JGroup has this ability of determine

TransportConnector start and stop

2007-08-07 Thread Vadim Pesochinsky
Hi! I started seeing messages (listed below) every 5 seconds after executing one of my distributed jobs, which involves about 70-80 different services interacting with AMQ. I disconnected (killed) all of the services, but AMQ still is doing this. It did not happen before when I had about 15 servi

Re: Delivering messages to one consumer only

2007-08-07 Thread James Strachan
On 8/7/07, Sebastjan Trepca <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a newbie in ActiveMQ world and as I noticed in examples messages > get delivered to all consumers by default? Thats only for topics... > I want to deliver only to > consumer that first receives the message and consumes it. >

Delivering messages to one consumer only

2007-08-07 Thread Sebastjan Trepca
Hi all, I'm a newbie in ActiveMQ world and as I noticed in examples messages get delivered to all consumers by default? I want to deliver only to consumer that first receives the message and consumes it. So the work flow would go like this: 1. get message 2. mark it as read(unreadable by other c

xml configuration with xbean and Spring

2007-08-07 Thread kmoore4now
How is the "broker" element associated with the broker class? I have this in a Spring context file: http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.org/config/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframew

Re: Performance compared to official performance statement

2007-08-07 Thread James Strachan
On 8/7/07, j0llyr0g3r <[EMAIL PROTECTED]> wrote: > > Hi folks, > > i am a little bit surprised about the performance of my broker-network. > > The AMQ-Website says: > > When running the server on one box and a single producer and consumer thread > in separate VMs on the other box, using a single to

unsubscribe

2007-08-07 Thread Martin Trejo
unsubscribe -- Saludos, Martín Trejo Chávez http://chilli-coder.blogspot.com

Re: Performance compared to official performance statement

2007-08-07 Thread Timothy Bish
One question would be what version of ActiveMQ-CPP are you using? The newest release has several performance tweaks added that should help. Depending on the version you may also be seeing the naggle algorith causing some delay, the newest version sets TCP_NODELAY on by default. The other thing t

ActiveMQ-CPP V2.1 Released

2007-08-07 Thread Timothy Bish
Hi everyone, The ActiveMQ-CPP 2.1 release is now official! You can download the source distribution here: http://activemq.apache.org/cms/activemq-cpp-21-release.html . There are several bug fixes and enhancements that you might want to p

Performance compared to official performance statement

2007-08-07 Thread j0llyr0g3r
Hi folks, i am a little bit surprised about the performance of my broker-network. The AMQ-Website says: When running the server on one box and a single producer and consumer thread in separate VMs on the other box, using a single topic we got around 21-22,000 messages/second using 1-2K messages

Order dependent unit tests

2007-08-07 Thread Elliotte Harold
I'm still struggling with some unit tests that pass when run in isolation and fail when run as part of the larger suite. Here's a related question that may help debug this. Suppose I create a factory like so: factory = new ActiveMQConnectionFactory("vm://localhost?broker.persistent=false"

Re: client already exists

2007-08-07 Thread James Strachan
I suspect you're setting a clientID on multiple connections? In JMS the clientID must be unique on the network. On 8/7/07, ahamadhussain <[EMAIL PROTECTED]> wrote: > > Hi > I am new to use Activemq. > I had configured activemq.xml and using it fine. > Problem is that when a client is killed and st

client already exists

2007-08-07 Thread ahamadhussain
Hi I am new to use Activemq. I had configured activemq.xml and using it fine. Problem is that when a client is killed and started again then i am ending with an exception that client is already exist. When i restart Activemq then it is accepting the clients. Plz can one help me out with this ...

Re: Transport Listener Question

2007-08-07 Thread manishbel
Yes...although i forgot to mention that when connection is active the onCommand of the class handling the consumer is called. James.Strachan wrote: > > On 8/7/07, manishbel <[EMAIL PROTECTED]> wrote: >> >> Hello >> >> I have been trying out TransportListener in my application, I basically >> ha

Problem with stomp topic

2007-08-07 Thread mladzo
I'm using stomp with php and java. Java application is sending message (message id is generated) to php, and after receiving message php should respones...but problem is that stomp doesn't send message due to irregular Temporary topic: /topic/ID:user-3868-1186384634328-0:1:1:1:1 Is there a way t

Re: Asking for advice on activemq configuration

2007-08-07 Thread Zarick Lau
Dear devs and users, Any advice on this? Or I shall further clarify my situation? Best regards, Zarick On 8/1/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > Dear devs and users, > > I've the following scenario, given that, ActiveMQ have so much of features, > I hope to my scenario can be solved usi

Re: Transport Listener Question

2007-08-07 Thread James Strachan
On 8/7/07, manishbel <[EMAIL PROTECTED]> wrote: > > Hello > > I have been trying out TransportListener in my application, I basically have > > Class1 - that has the producer and acts as the Transport Listener. > Class2 - that uses the consumer to receive the messages, this acts as a > Transport Lis

Re: How do you set the maximum number of consuming threads?

2007-08-07 Thread James Strachan
On 8/5/07, Shane Harvie <[EMAIL PROTECTED]> wrote: > > Hi, I'm trying to do a performance comparison between JRuby JMS (using > ActiveMQ) and ruby ActiveMessaging. See this > http://beechbonanza.blogspot.com/2007/07/performance-of-jruby-jms-messaging.html"; > link and the comments for what I have

Re: Message persistence

2007-08-07 Thread James Strachan
On 8/6/07, Dziugas Baltrunas <[EMAIL PROTECTED]> wrote: > Hello, > > I want messages send by producer to the queue to be non persistent. > For this, I'm setting JMSDeliveryMode to DeliveryMode.NON_PERSISTENT. > However, this still makes the message persistent as seen via JMX. Only > calling setDeli

Re: Priority vs Exclusive

2007-08-07 Thread James Strachan
On 8/6/07, Elber <[EMAIL PROTECTED]> wrote: > > Hi, > > I've done some tests of consumer priority and exclusive and I found that if > I start 2 consumers on the same queue (the first with a priority = 2 and the > second =1), the first will consume all messages. > It's the same thing whit consumer.e