Re: request / response with REST and STOMP

2011-08-16 Thread Aleksandar Ivanisevic
jmls julian+activ...@dotr.com writes: I have two clients, a REST and a STOMP. The rest client needs to send a request to activemq and wait for a response from the stomp client Does anyone have any clue on how to do this ? I really don't want to have a JMS client in the picture. It doesn't

Re: Rest and Stomp

2007-04-25 Thread didyeah971
since its just a single library to add to your client; rather than requiring a full language to be embedded. http://activemq.apache.org/cms/ -- James --- http://radio.weblogs.com/0112098/ -- View this message in context: http://www.nabble.com/Rest-and-Stomp-tf3558451s2354

Re: Rest and Stomp

2007-04-25 Thread Nathan Mittler
/ -- View this message in context: http://www.nabble.com/Rest-and-Stomp-tf3558451s2354.html#a10177868 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rest and Stomp

2007-04-16 Thread didyeah971
: Hi, i just finished my Ajax Client and i am really satisfied, but i would like to test other connectors like Stomp and Rest. I tried the Rest Demo, but i cannot receive any messages. What's more, could i have some more specifications one how Stomp walks, especially the PHP client

Re: Rest and Stomp

2007-04-16 Thread James Strachan
On 4/16/07, didyeah971 [EMAIL PROTECTED] wrote: I am actually searching a very lightweight client (like jscript or php) that could be executed without any web browser, in order to send or receive XML files or contents. That's a bit fastidious but the people i'm working for (i am just a trainee)

Re: Rest and Stomp

2007-04-16 Thread didyeah971
--- http://radio.weblogs.com/0112098/ -- View this message in context: http://www.nabble.com/Rest-and-Stomp-tf3558451s2354.html#a10019013 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rest and Stomp

2007-04-11 Thread James Strachan
On 4/11/07, didyeah971 [EMAIL PROTECTED] wrote: Hi, i just finished my Ajax Client and i am really satisfied, but i would like to test other connectors like Stomp and Rest. I tried the Rest Demo, but i cannot receive any messages. Try posting a message via REST then using JConsole or the Web

Re: Rest and Stomp

2007-04-11 Thread James Strachan
On 4/11/07, didyeah971 [EMAIL PROTECTED] wrote: Hi, i just finished my Ajax Client and i am really satisfied, but i would like to test other connectors like Stomp and Rest. I tried the Rest Demo, but i cannot receive any messages. What's more, could i have some more specifications one how

Re: Rest and Stomp

2007-04-11 Thread didyeah971
, socket_connect...) Could you make it bright to me please Thx Did James.Strachan wrote: On 4/11/07, didyeah971 [EMAIL PROTECTED] wrote: Hi, i just finished my Ajax Client and i am really satisfied, but i would like to test other connectors like Stomp and Rest. I tried the Rest Demo

Re: Rest and Stomp

2007-04-11 Thread James Strachan
On 4/11/07, didyeah971 [EMAIL PROTECTED] wrote: I just tested the PHP Client, an error occurs : Fatal error: Call to undefined function: socket_create() in C:\workspaceweb\Ariel\Stomp.php on line 55. Not sure, I'm not a PHP guy; maybe someone else can help If I unsterstood well, it's not