Hi,
i have a Websphere architecture and i want to recreate the same environment using Glassfish.
Now i have to configure jms. For example, the connection factory:
On the websphere architecture i have to configure:
- The jndi name
- The name of the queque manager
- Host
- Port
- Channel.
On glassfish i have only the jndi name :-((
I've read the document:
https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide/webspheremq_integration_guide.html
but they assumes that mq and glassfish are on the same machine.
And when they create the connection pool, they only use the name ("QCF" in the example):
[i]
asadmin create-connector-connection-pool -- raname genericra connectiondefinition javax.jms.QueueConnectionFactory --transactionsupport XATransaction --property ConnectionFactoryJndiName=QCF mypool[/i]
Where i have to use queue manager name, host, port and channel???
Does anyone have an idea?
Thanks
[Message sent by forum member 'shambola' (shambola)]
http://forums.java.net/jive/thread.jspa?messageID=264414