Exceptions with shared nothing master/slave

2010-10-18 Thread Marcel Jager
HI, I've setup a master/slave configuration using the 'A Shared Nothing' deployment. I had two fresh ActiveMQ 5.4.1 deployment and two servers named activemqc and activemqd. I have edited the configuration following http://activemq.apache.org/pure-master-slave.html. But after some message get thr

Re: Adding Eclipse Compiler to ActiveMQ

2010-10-18 Thread Johan Edstrom
Why? On Oct 18, 2010, at 9:55 PM, Mentor11 wrote: > > Hi, > I have yet another Question. > I have created a Plugin for ActiveMQ that needs the org.eclipse.jdt > I have tried adding the org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar from the > current Eclipse distributen to the lib folder but that did

Adding Eclipse Compiler to ActiveMQ

2010-10-18 Thread Mentor11
Hi, I have yet another Question. I have created a Plugin for ActiveMQ that needs the org.eclipse.jdt I have tried adding the org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar from the current Eclipse distributen to the lib folder but that didn't help. Can anybody help? -- View this message in context:

Re: Create durable topic subscriber ?

2010-10-18 Thread quoc_thai
Thanks ! I had called Connection.setClientID(String) before I called Connection.CreateDurableConnectionConsumer(). Something's ok ! -- View this message in context: http://activemq.2283324.n4.nabble.com/Create-durable-topic-subscriber-tp2999808p3001334.html Sent from the ActiveMQ - User mailin

When is JMSXUserID set?

2010-10-18 Thread Mentor11
Hi, I want to use the getUserId Method inside a BrokerPlugin. I printed the value but it is always null. But once the Message is consumed the proper User is set. Can I use that Property in a BrokerPlugin? Or do I have to create my own Porperty? Thanks in advance. -- View this message in context

Re: ACTIVEMQ-CPP Compiling in Visual C 6

2010-10-18 Thread zadeluca
Here it is in JIRA: https://issues.apache.org/activemq/browse/AMQCPP-176 Check the second link in the description field, it goes into detail (http://activemq.2283324.n4.nabble.com/Unable-to-comile-C-client-on-VC-2003-td2357987.html). Ivan- are you "Unknown Programmer" in that discussion? FWIW,

Re: Problem with AMQCPP, crashes randomly

2010-10-18 Thread zadeluca
James Mansion-2 wrote: > > ...and its cost > may be minor compared > to the cost of the effort to port to Linux and test there (where you can > use valgrind). > Actually, perhaps I should have mentioned that the application is already portable between Linux and Windows. There is no problem o

Re: Create durable topic subscriber ?

2010-10-18 Thread Joe Niski
i did some exploratory testing around this issue when diagnosing problems i had with Durable Subscriptions. ActiveMQ (5.3.0) appears to set aClient ID for the first Connection returned from a ConnectionFactory, but not on subsequent Connections. The ID is constructed from the broker ID, i belie

Re: Does resource adapter support session pooling in jboss

2010-10-18 Thread Gary Tully
Apologies if I mislead, the session pool support is inbound only. configured by the maxSessions activation spec value and used as per the Java connector arch. spec. For outbound connections, there is no implicit session pool. On 18 October 2010 04:09, Alexander__5 wrote: > > Hi Gary > > Thank you

Create durable topic subscriber ?

2010-10-18 Thread quoc_thai
Hi all, From the http://activemq.apache.org/how-do-durable-queues-and-topics-work.html http://activemq.apache.org/how-do-durable-queues-and-topics-work.html I want create a durable topic subscriber but at the consumer, I receive some error "You cannot create a durable subscriber without s