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 |
Why doesn’t the JMS API provide end-to-end synchronous message delivery and notification of delivery?
What is the functionality of a jms queue browser?
Do text messages use data?
In which situations we are using jms?
What is jms protocol?
What is the use of jms? Can we send message from one server to another server using jms?
What is wire level protocol?
What are the various message types supported by JMS?
Explain JMS and its Component?
What is the difference between jms and kafka?
What are the different messaging paradigms JMS supports?
Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?