Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
Answer / munnu
To use MessageListeners inside Oracle8i JServer, you can do one for the following
1. GRANT JAVASYSPRIV to <userid>
Call dbms_java.grant_permission ('JAVASYSPRIV', 'SYS:java.net.SocketPermission', '*', 'accept,connect,listen,resolve');
| Is This Answer Correct ? | 0 Yes | 0 No |
Is jms a message broker?
What are the main component in JMS?
Do text messages use data?
What is Connection factory?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
How do I start wls and configure jms?
What is the use of jms server in weblogic?
What is JMS provider?
what is the use of module in weblogic
What is the publish-and-subscribe model in jms?
Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
How to Send object as message in JMS?