[jboss-user] [Messaging, JMS & JBossMQ] - Re: Setting up a non-server specific EAR
genman
do-not-reply at jboss.com
Mon Oct 15 19:34:51 EDT 2007
This is really a "IBM Websphere MQ" question, since those activation properties come from that application.
There are a couple ways to solve this. One you can use Java system property, e.g. mq.host, and define this using -D, and then have the XML text be ${mq.host} for the host name property. This is probably the easiest. The other is to extend the inflow adapter class:
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener
See: JBossJMSMessageEndpointFactory.augmentActivationConfigProperties
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095438#4095438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095438
More information about the jboss-user
mailing list