Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-27 Thread JigarP
Hi Chago, you have explain each scenario clearly. just want to know that at server side/client side what sort of confuguration should i do so that atleast it will not destroy my consumer. i am attaching my client side code let me know if you get some clue. Below three methods i am calling i

Re: Performance Tuning guide available...

2007-09-27 Thread Paul Ortiz
Yes, it would be really nice to have a look at this document. P. JigarP wrote: > > Hi Karthick, > >I am not able to see this performance guide anywhere. can you provide > me link using which i can check out performance tip. > >i have gone through this site but it is showing AMQ issue

Re: message order

2007-09-27 Thread AlB
Forgot to mention..using 4.0.1 Al AlB wrote: > > I can reproduce it on linux redhat release 4, kernal release: > 2.6.9-55.ELsmp, kernal version: #1 SMP Fri Apr 20 17:03:35 EDT 2007, sun > java jre: Standard Edition (build 1.5.0_07-b03) > > Al Breight > > > James.Strachan wrote: >> >> On

Re: message order

2007-09-27 Thread AlB
I can reproduce it on linux redhat release 4, kernal release: 2.6.9-55.ELsmp, kernal version: #1 SMP Fri Apr 20 17:03:35 EDT 2007, sun java jre: Standard Edition (build 1.5.0_07-b03) Al Breight James.Strachan wrote: > > On 8/17/06, massive.boisson <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> if

Re: brokers in network don't forward messages

2007-09-27 Thread ttmdev
Sorry, I thought you were referring to 'queues' and not 'topics'. Anyway, I did try your same pub/sub scenario and it all works fine for me; I am using AMQ 4.1.1. Joe qmative wrote: > > thanks Joe for the reply, but I'd like to have all consumers that > subscribed to the same topic and c

Tomcat shutdown fails with multicast://default

2007-09-27 Thread andrew1234
We're running a webapp on Tomcat 5.5.20 that uses ActiveMQ 4.1.1 (and JDK 1.4.2). The problem we're seeing is that when Tomcat shuts down, the java process is left hanging. Thread stack dump shows many waiting non-daemon threads of the following type: "ActiveMQ Transport: tcp://devtest148/192.168

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-27 Thread chago
When amq.addListener(id, destination, handler) is invoked for the first time, the javascript class creates a POST request to the AjaxServlet. The AjaxServlet is really just a facade to the MessageListenerServlet which in turn extends MessageServletSupport. The POST request takes the Javascript par

Re: Equivalent of Tibco EMS FailSafe

2007-09-27 Thread Bruce Snyder
On 9/20/07, tendlu <[EMAIL PROTECTED]> wrote: > > Thanks for the reply. Do you happen to know the configuration flag for kaha > persistence to enable syncOnWrite? If kaha does not support that can you let > me know a storage adapter that I can use that supports syncOnWrite? It doesn't appear to me

Re: How to check if the broker your connected to is still running?

2007-09-27 Thread pfid
James.Strachan wrote: > > On 23/09/2007, mythz <[EMAIL PROTECTED]> wrote: >> >> How can I check that the broker I'm listening on is still running? >> >> I have a master slave setup where if master broker goes down one of the >> slaves takes over. The problem is that the listener does not reconn