Restrictions in uri supports for cpp client?

2007-05-15 Thread cppUser
Hi All, I tried to use the url options mentioned in the following link, but was only successful with "tcp" and "io"(partially only). http://activemq.apache.org/uri-protocols.html They all fail. For eg "list:tcp://10.234.88.110:61616??wireFormat=openwire,tcp://localhost:61616?wireFormat=openwire

Re: How to manage romoter broker with activemq-web-console?

2007-05-15 Thread Mario Siegenthaler
The current subversion head does not support this, however I've written a patch allowing this. Check AMQ-1241 https://issues.apache.org/activemq/browse/AMQ-1241 for the attached patch against the current head. Greetings Mario PS: has anybody reviewed the patch? On 5/15/07, liuxiaoming <[EMAIL P

Detecting lost ajax clients

2007-05-15 Thread jefetech
Browsers occasionaly go dead and stop receiving JMS messages. What is the best way to detect this and reconnect? I wrote a function that sends out a ping message through the jms every 3 minutes, and if it's receives it sets a flag. I check that flag in 30 seconds after the ping and if it's no

Re: [camel] Service Interface

2007-05-15 Thread Jeff Gunther
Jeff Gunther Intalgent 100 10th Street NE, Suite 303 Charlottesville, VA 22902 T: (434) 977-5152 ext. 100 F: (866) 812-5291 [EMAIL PROTECTED] On May 15, 2007, at 12:11 PM, James Strachan wrote: On 5/15/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: On May 15, 2007, at 2:20 AM, James Strachan

Re: Deadlock condition, producer in waitForSpace, consumer slow, etc.

2007-05-15 Thread Jason Rosenberg
Yes, It's clearly a deadlock... Notice that the first thread is waiting to lock the same object that the second thread has lockedmeanwhile, the second thread is not waking up, it's "waiting for space".And the application grinds to a halt In the first thread, see: waiting to lock <0x

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
This is not a right problem a right problem because i already faced this problem so i was aware of that. I assumed that cms was bundled with activemq-cpp, but i wanted the documentation of the api associated. On the web site, it's said that we can generate a doxygen doc, but when tried 'make doxyg

Re: Deadlock condition, producer in waitForSpace, consumer slow, etc.

2007-05-15 Thread James Strachan
That stack trace looks more like a wait than a deadlock? Are you sure its a real deadlock? This FAQ entry should help http://activemq.apache.org/my-producer-blocks.html On 5/15/07, Jason Rosenberg <[EMAIL PROTECTED]> wrote: Hi all, I'm just using ActiveMQ for the first time. I've encountered

Deadlock condition, producer in waitForSpace, consumer slow, etc.

2007-05-15 Thread Jason Rosenberg
Hi all, I'm just using ActiveMQ for the first time. I've encountered a deadlock condition, that appears rooted in the ActiveMQ internals. I'm not sure if this is a known problem or not. I've been able to work around the issue, but thought I'd forward this on, to see if it warrants filing a bug,

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread Mittler, Nathan
Hm ... I'm not sure - I don't get that error on OS X. Could it be related somehow to user permissions (root vs. another account)? Just in case you weren't aware, you don't need to install cms separately - it is part of activemq-cpp and will be bundled in the activemq-cpp library. > -Original

Re: [camel] Service Interface

2007-05-15 Thread James Strachan
On 5/15/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: On May 15, 2007, at 2:20 AM, James Strachan wrote: > On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: >> On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: >> > I'm developing a component/endpoint that implements a FTP server. >> >> Great

Re: [camel] Service Interface

2007-05-15 Thread Jeff Gunther
On May 15, 2007, at 2:20 AM, James Strachan wrote: On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: > I'm developing a component/endpoint that implements a FTP server. Great! > When the user uploads a file to the server, the endpoint wi

FailoverTransport preventing app server from stopping?

2007-05-15 Thread Adam Lewandowski
I'm using Spring's DefaultMessageListenerContainer inside of an app server instance to connect to a network of brokers using a failover transport. If the broker network becomes unavailable, the client correctly goes in to a loop attempting to reconnect. However, attempting to gracefully shut do

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
Hi, the problem was finally fixed. I think it's because i decided not install the macports automake version cause it seemed older than the one present on darwin. When i decided to install, everything went good... Almost.. Cause for now i have a new issue with cms 1.0 : when i launch make install:

Re: Message Groups

2007-05-15 Thread James Strachan
On 5/8/07, Banana Man <[EMAIL PROTECTED]> wrote: Thanks for your help. I was thinking that the interceptors might be a good idea. I like the idea of the responsibility being in the broker because, you could argue, it is the broker and not the client that should concern itself with HA and load b

How to manage romoter broker with activemq-web-console?

2007-05-15 Thread liuxiaoming
I have a running activmq on host A,how to manage it using activemq-web-console working on host B? -- View this message in context: http://www.nabble.com/How-to-manage-romoter-broker-with-activemq-web-console--tf3756933s2354.html#a10618302 Sent from the ActiveMQ - User mailing list archive at Nab