----- Original Message -----
From: Krishnakumar B <www.bkk_at_gmail.com>
Date: Wednesday, November 16, 2005 3:47 pm
Subject: help using JMS RA with MQ
To: users_at_genericjmsra.dev.java.net
> hi,
>
> i am trying to get JMS RA working with MQ. For supporting outbound i
> want to know where i need to specify host and port of MQ that i need
> to connect to.
> I find RA has only these config properties.
Where are you finding these properties? Section 4.e of
https://genericjmsra.dev.java.net/docs/userguide/userguide.html
list a number of other properties also.
>
> ConnectionFactoryJndiName
> ClientId
> ConnectionValidationEnabled
>
> Any help on how to specify location of JMS server?
If you are using jndi mode of integration, then typically you use
the JMS provider's JNDI provider configuration information. i.e, initial context factory,
provider url etc.
If you use javabean mode of integration, then connection factory javabean
would ideally contain the JMS server information. Look at MQ series doc or use
javap :-)
thanks,
Binod.
>
> Regards
> Krishnakumar B
>
> --------------------------------------------------------------------
> -
> To unsubscribe, e-mail: users-unsubscribe_at_genericjmsra.dev.java.net
> For additional commands, e-mail: users-help_at_genericjmsra.dev.java.net
>
>