Hi,
Can I use the Spring AMQP Library with GWT applications. I need to make a Web application to communicate with my legacy C# services using RabbiMQ and I intended to use a GWT.
Does it work ???
Have you ever tried this ???
Thanks in advance
Hi,
Can I use the Spring AMQP Library with GWT applications. I need to make a Web application to communicate with my legacy C# services using RabbiMQ and I intended to use a GWT.
Does it work ???
Have you ever tried this ???
Thanks in advance
It won't work from the client, of course, because there are lots of asynchronous features in AMQP, so the client basically has to be multi-threaded. Possibly you could make it work with a server that uses Spring AMQP to communicate with a broker. No-one tried it as far as I know, but there's no reason it won't work as long as you are allowed to create threads in your server.