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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -