New issue 10 by marcoshack: Replace agent sender from JMS to HTTP
http://code.google.com/p/sipana/issues/detail?id=10
Use RESTEasy client API to send messages from the agents to the server
using REST webservices, replacing the current JMS sender implementation.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
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.