Generic JMS Client
Posted
by Damo
on Stack Overflow
See other posts from Stack Overflow
or by Damo
Published on 2010-03-21T23:22:29Z
Indexed on
2010/03/21
23:31 UTC
Read the original article
Hit count: 432
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.
© Stack Overflow or respective owner