Forum Discussion
Unfortunately this only prolonged the problem to another line.
The constructor you were using previously allowed you to create a connection directly to your broken when creating the connectionHolder. The constructor you are using now prolongs the creation of that connection, but since the connection is not yet created there is no session to get. You can verify this by running jmsconnectionHolder.createConnection() right after creating it with your current constructor.
So we're not there yet unfortunately. I'm just about to try some debuggin on this, i'll get back to this thread soon with my findings.
Two kinds of news.
The bad news:
I haven't been able to fix the problem
The good news:
I have downloaded a WebSphere 7.5 trial and reproduced your exact problems and can tinker with it to see if i can find a workaround for it.
I'll be in touch.
- johand10 years agoOccasional Contributor
Thanks. Looking forward to your findings.
- johand10 years agoOccasional Contributor
This morning, I extracted the properties ReadyAPI uses to create the connection. As can be seen, the values of XMSC_WMQ_CONNECTION_MODE and XMSC_WMQ_QUEUE_MANAGER are not correctly set.
When doing the same in SoapUI, both properties are correctly set.I've attached the properties. I've used the following statement to see them;
def connectionFactory = hermes.getConnectionFactory();
log.info connectionFactory;- johand10 years agoOccasional Contributor
Any status updates regarding this?
Related Content
- 10 years ago
- 6 years ago
Recent Discussions
- 22 days ago