java - Develop generic JMS messaging framework code -


i need develop jms based application asynchronously process inbound , outbound messages third party systems.

is possible develop generic jms application @ runtime may use mqseriers or weblogic jms? examples of these?

if want use app server agnostic message system, can try line hornetmq, rabbitmq or activemq , check how can use them application (these mq's can configured apart application server) or can check how can integrate them specific server.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -