Unable to Publish the messages into MSMQ through Weblogic JMS

0

Can you please help with the below MSMQ issue which we are facing:

Please find the complete analysis of MSMQ.

Requirement: Is to Publish the Messages from Weblogic(Linux) JMS Topic to MSMQ(windows).

Possibilities tried:

  • From localhost (weblogic-windows) to windows A’s local MSMQ: Success
  • From localhost (weblogic-windows) to windows B’s local MSMQ: Success
  • From localhost (weblogic-windows) to Remote Windows MSMQ: Failed
Exception occurred when binding was invoked.
Exception occurred during invocation of JCA binding: "JCA Binding execute of Reference operation 'Enqueue' failed due to: java.io.IOException: ".
The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.
  • From PTE8 (weblogic-linux) to Remote Windows MSMQ: Failed
Exception occurred when binding was invoked.
Exception occurred during invocation of JCA binding: "JCA Binding execute of Reference operation 'Enqueue' failed due to: java.io.IOException: ".
The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.

Explored the same in Google and Oracle Support, as per our understanding it could be the DCOM Proxy Server Connectivity issues. We have checked the Windows Server logs as well and we couldn’t find any entries regarding the same.

If it is a security issue, we have made one more POC, where we have tried to access A’s machine with my (B’s) credentials and getting a valid error (exception) like:

'Enqueue' failed due to: AutomationException: 0x80070005

which means:

AutomationException: 0x80070005 - General access denied error
AutomationException: 0x5 - access is denied, invalid domain, username, password
Run-time error '70': Permission denied"
msmq
weblogic12c
msmqintegrationbinding
asked on Stack Overflow Nov 21, 2019 by hussainbasha • edited Nov 22, 2019 by theduck

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0