marcoshack / sipana

Automatically exported from code.google.com/p/sipana
0 stars 0 forks source link

Replace agent sender from JMS to HTTP #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Use RESTEasy client API to send messages from the agents to the server
using REST webservices, replacing the current JMS sender implementation.

Original issue reported on code.google.com by marcoshack on 18 Feb 2009 at 3:54

GoogleCodeExporter commented 9 years ago
GZIP encoding/decoding support was added to RESTEasy client API. It would be
interesting to use it on agent message sending to decrease the data transfered 
over
the network, but it's necessary to evaluate the CPU usage.

http://sourceforge.net/mailarchive/forum.php?thread_name=49938184.9090502%40redh
at.com&forum_name=resteasy-developers

Original comment by marcoshack on 18 Feb 2009 at 4:13