Generic JMS Client
- by Damo
Does anyone know if it is feasible to write a Generic JMS client - ie. one that works with JMS from different providers (eg. Sonic, IBM SIB, Jboss etc)?
Every time I've written JMS client code it is always very implementation specific with dependent JARs and Context classes.
Thanks.