Re: [camel] Service Interface

2007-05-15 Thread James Strachan
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 will deposit the file into a queue. Currently, the Endpoint implements the Service interface. I've noticed that

Re: [camel] Service Interface

2007-05-15 Thread James Strachan
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 will deposit the file into a queue. Currently, the Endpoint

Re: [camel] Service Interface

2007-05-15 Thread Rob Davies
On 15 May 2007, at 07:20, 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 will

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

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

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 will

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! When the

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: 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 a

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

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

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

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

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

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 OR