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

Java sticky instances of class com.mysql.jdbc.Field aggregating -