I have a client which calls several ejb2/ejb3 beans. Some calls send lots of data and thus compression would be very helpful.
How can I enable/implement compression of remote method calls? I use jboss 5.1 and ejb2/ejb3 beans if it is important.
Thank you in advance.