On 7/13/07, hittih <[EMAIL PROTECTED]> wrote:
I want to use IBM MQ in my Mina app and I don't know how to use it with Mina handlers. Can anyone help me,thanks.
Assuming that you know how to create a JMS application, you can pass a reference to the JMS Connection to your IoHandler implementation (i.e. constructor parameter). Then, you will be able to open a queue or topic to sent or receive something. There's nothing different from ordinary MINA IoHandler implementations even if you use JMS. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
