0
votes

I am trying to consume messages from WebSphere SIB (default message provider). I did not find many articles related to this topic on the internet. I have tried configuration as described here but i get the below exception:

com.ibm.websphere.ms.Wnsinitalcontextfacotry is not of type javax.jms.ConnectionFactory 

Has anybody integrated JMS with WebShphere Default message provider? If yes, can you please provide sample code?

I would like to know how to configure connection factory and topic.

CURRENT Status is Below:

I was able to configure JMS connection factory and topic but hit below exception

The security exception CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET: JSSL0130E: java.io.IOException: signals that an I/O exception of some sort has occurred.
1
Please provide full stack trace. Check this looks very similar.Gas

1 Answers

1
votes

Check this post. It provides steps and piece of plain Java code, how to access WebSphere Default messaging. You should be able to configure your Spring app based on that.