How do I decide choose embeded activemq or not-embeded activemq

2008-10-20 Thread Imagine_David
what condition i shall be consider when i try to decide using embeded activemq broker or not-embeded activemq broker? which one's performance is better? -- View this message in context: http://www.nabble.com/How-do-I-decide-choose-embeded-activemq-or-not-embeded-activemq-tp20081824p20081824.htm

IllegalStateException: Cannot lookup a connection that had not been registered:

2008-10-20 Thread rball
I am integrating ActiveMQ with JBoss where each is in a different VM. I am using the XA connection and am testing an XA transaction that involves accepting a message via an MDB from an inbound queue. The MBD then sends a message to outbound queue One, performs database insert, and sends a message

Re: Some links of the page (http://activemq.apache.org/ajax.html) are not correct. Can someone update them please ?

2008-10-20 Thread Gary Tully
thanks, I think I got them all, still had references to incubator svn repo. Other 404 links replaced with reference to the scripts in svn. 2008/10/20 cmoulliard <[EMAIL PROTECTED]>: > > Hi, > > I have discovered that some links in the page > http://activemq.apache.org/ajax.html does not work. > >

Re: MDB sample available?

2008-10-20 Thread Hans Bausewein
ilango_g wrote: > > ... > I think the two remaining steps are to to do the following: (This is from > "http://activemq.apache.org/jboss-integration.html"; > ... > looks like the way to go. for me it worked (I think) Hans -- View this message in context: http://www.nabble.com/MDB-sample-

Re: JBoss Integration - recovering XAResource

2008-10-20 Thread Hans Bausewein
rball wrote: > > Question: Is the a way to clear the "persistent" Warning "Could not find > new XAResource to use for recovering non-serializable XAResource" that > keep comming up over and over, even after a server restart? > I don't get these warnings with XA transactions on JBoss 4.0.5 and

Re: JBoss Integration - recovering XAResource

2008-10-20 Thread Hans Bausewein
rball wrote: > > Clearing both these directories of any items like #34b# or the like clears > the nagging Warning Messages > It's easier to log at ERROR level if you do not like to see warnings. I don't think you get XA transactions if you remove some of its objects. If you want local transa

Re: JBoss Integration - recovering XAResource

2008-10-20 Thread rball
I believe I found where this information is persisted: server/default/data/tx-object-store/HashedActionStore/defaultStore/StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction and server/default/data/tx-object-store/HashedActionStore/defaultStore/Recovery/TransactionStatusManager Clearing

Re: Does ActiveMQ client support STOMP

2008-10-20 Thread Dejan Bosanac
Hi, there is no Java Stomp client distributed with ActiveMQ, since there is no rationale of using it instead of a default client. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http:

Does ActiveMQ client support STOMP

2008-10-20 Thread daveatnuwave
Hi. While experimenting with the 5.1 examples, this works: ant producer -Durl=tcp://192.168.168.199:61616 -Dmax=1 I assumed I could also do this but it doesn't work: ant producer -Durl=stomp://192.168.168.199:61613 -Dmax=1 A socket connection is created but it then hangs. Am I doing something

ActiveMq - AJAX - JMX & Camel

2008-10-20 Thread cmoulliard
Hi, 1) I would like to know if it is possible to activate JMX with the MessageListenerServlet used by AJAX ? In the web.xml configuration file, the only two parameters that we can configurate are the following : org.apache.activemq.brokerURL tcp

Re: Getting ActiveMQ to reconnect

2008-10-20 Thread Gary Tully
see: http://activemq.apache.org/failover-transport-reference.html I think this is used by default in camel and is the default URL for the upcoming 5.2 release. 2008/10/20 sub3 <[EMAIL PROTECTED]>: > > How do I get a jms client to relisten to a queue? Am I supposed to be > listening for errors & fi

Getting ActiveMQ to reconnect

2008-10-20 Thread sub3
How do I get a jms client to relisten to a queue? Am I supposed to be listening for errors & find out who it might be for? The Situation: Occasionally, I might get the 'javax.jms.JMSException: Channel was inactive for too long...' errors. My clients using camel reconnected fine & started listenin

Can not receive messages!

2008-10-20 Thread bill richard
hi,all when i send message to a remote amq server,the below warn was printed. And the receiver can not receive the messages. WARN RegionBroker - Failed to send ActiveMQTextMessage {commandId = 1557, responseRequired = true, messageId = ID:nwdellsrv3-59634-1224503633072-0:8:1:77

Error during execution

2008-10-20 Thread MonaTakle
The program got compiled but was giving the following error during execution javax.naming.NoInitialContextException: Need to specify class name in environmen t or system property, or as an applet parameter, or in an application resource f ile: java.naming.factory.initial at javax.naming

JMS Headers not included when routing to a File

2008-10-20 Thread harpritt
Hi Im using a straight forward camel route for routing JMS messages to the File system, unfortunatly the JMS Headers get striped and all i get is the Payload/message. some back ground the files written to "myDir" are then picked up by an external

Some links of the page (http://activemq.apache.org/ajax.html) are not correct. Can someone update them please ?

2008-10-20 Thread cmoulliard
Hi, I have discovered that some links in the page http://activemq.apache.org/ajax.html does not work. "The ajax featues of amq are provided on the client side by the _amq.js script. This script depends on behaviour and prototype. All of these scripts can be loaded with the single script amq.js a