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
Post a Comment