Hi I have a simple
java clinet program, which is intended to send the messages to JMSQueue defined in Websphere v6.0 server default messaging. My client is successfully able to identify the objects defined in server but while creating the connectionFactory The below error ahs been returned.
----- There was a Exception : javax.jms.JMSException: CWSIA0241E: An exception was received during the call to the method JmsManagedConnectionFactoryImpl.createConnection: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0006E: It is not possible to connect to bus MyBus because the following bootstrap servers could not be contacted [172.31.120.6:7281:BootstrapBasicMessaging] and the following bootstrap servers returned an error condition []. See previous messages for the reason for each bootstrap server failure..
After checking the Websphere docs,I updated the connectionFactory settings and added Provider endpoints as 172.31.120.6:7281:BootstrapBasicMessaging.
----- There was a Exception : javax.jms.JMSException: CWSIA0241E: An exception was received during the call to the method JmsManagedConnectionFactoryImpl.createConnection: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0006E: It is not possible to connect to bus MyBus because the following bootstrap servers could not be contacted [172.31.120.6:7281:BootstrapBasicMessaging] and the following bootstrap servers returned an error condition []. See previous messages for the reason for each bootstrap server failure..
I tried the possible options setting the endpoint, but no luck yet.
Please help me in getting rid of the above problem.