Name/password is required to access queues in some JMS environments.
The Spring based JMS component supports name/password when accessing a
queue.
Is there a way that name/password pair can be used SJMS?
Note: This is not factory access but the queue connection.
createConnection(String userName,String password) has been part of the specs
since JMS 1.1.
Thanks,
Malcolm
The Spring based JMS component supports name/password when accessing a
queue.
Is there a way that name/password pair can be used SJMS?
Note: This is not factory access but the queue connection.
createConnection(String userName,String password) has been part of the specs
since JMS 1.1.
Thanks,
Malcolm