ibm mq - Configuring JBoss EPA 6.1 with IBM MQ -


i developing service jms messaging using ibm wmq version 7.5 message oriented middleware. in dilemma. ibm specification says use websphere mq jms api in java ee environment. sender , receivers in remote jboss deployments. ibm provides resource adapter connect via jca. connection requires static administration of components such queue managers, queue channels, queue names.

is jca best can ? there other way can dynamically create queues provided know other configuration details ? there multiple applications using setup running on own servers. if use jca, have make own configurations. can make dynamic configurations ?

typically within application server environment resources created in jndi context. these connection factories , destinations.

depending on app server, may possible share configuration across network of individual servers. typically there set of static definitions.

however within servlet mqconnectionfactory can dynamically created.

in cases backing wmq resources need exist; though possible send administrative command messages wmq create queues , other admin. exception topics, accessing topic string brings existence. though has default security properties might not want.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -