jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
Hi, I'm getting following error: | ERROR | Camel (camel-16) thread #46 - file://myfolder/input/ | CommandHelper | 273 - An unexpected error occurred while processing an exchange: - Component: com.mycom.test.MyTestingFileToMQ - 1.0.0 - Route: FTP_FileToMQ - From endpoint:

Re: jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
sorry to confused you. I changed ipaddress and port before i post here :) it is not the correct ipaddress and port i'm using in server machine but it's sure that server and client got connection without ssl :( -- View this message in context:

Re: jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
actually i changed ip address and port. mq server and client are on different machine, i can send message from client to server without ssl but i got this error when i'm seding msg using ssl. -- View this message in context:

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
If i'm going to use MQQueueConnectionFactory, it will call createConnection? will it be too consuming system resource because my program doesn't close the connection after i got the connenection from client to server. is there a way to close the connection back? Thanks, Claire -- View this

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
Here's my bean xml file. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775354.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
thank u, yes i missed out that package. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775359.html Sent from the Camel - Users mailing list archive at Nabble.com.