I able to connect weblogic server 10.x.
In JNDI lookup I can see different objects of weblogic except Topics, queues and connection factories
Connection alias name is connected successfully.
I able to do send JMS message on weblogic server, but when tring to setup trigger to subscribe messages I received
Unable to start JMS Trigger : com.wm.app.b2b.server.jms.ResourceUnavailableException: weblogic.jms.common.JMSSecurityException: Access denied to resource: type=,
Queue trying to connect have a admin role assigned.
Is this setting configured in the Connection Factory used to connect to the queue?
Did you try to send in the same queue?
Can you share some more details about your IS Veersion and the JNDI- and JMS-Alias settings?
You can omit technical connection details like IP-Adresses and Ports.
I have added following Jar files in lib/jar
weblogic
wlfullclient
wljmsclient
wlnmclient
Created JNDI setting and connecting to JNDI created in weblogic. Able to test JNDI_Provider Alias. But in list of JMS objects missing required Topics and queues
CreatedJMS connection alias with connection factory look up name. Able to enable it.
I don’t know if this issue is resolved or not but if it resolved share your updates else look into below
1> Are you able to send a message to JMS queue using pub.jms:send?
2> In your JMS trigger properties what is user mentioned is it “Administrator” ?
3> Try providing the setting in your “JNDI Provider alias” i.e, in the “Other Properties”
weblogic.jndi.enableDefaultUser=true
4> For me it is some configuration in the security principal setting.
I don’t know if this issue is resolved or not but if it resolved share your updates else look into below
1> Are you able to send a message to JMS queue using pub.jms:send?
2> In your JMS trigger properties what is user mentioned is it “Administrator” ?
3> Try providing the setting in your “JNDI Provider alias” i.e, in the “Other Properties”
weblogic.jndi.enableDefaultUser=true
4> For me it is some configuration in the security principal setting.