[ 
https://issues.apache.org/jira/browse/AMQ-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved AMQ-3902.
------------------------------

       Resolution: Fixed
    Fix Version/s: 5.7.0
         Assignee: Claus Ibsen

Thanks for reporting. I updated the page and aded the link to that Oracle 
inforamtion.
                
> Documentation for JMS Bridge With Oracle AQ 
> --------------------------------------------
>
>                 Key: AMQ-3902
>                 URL: https://issues.apache.org/jira/browse/AMQ-3902
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Denis Baklikov
>            Assignee: Claus Ibsen
>              Labels: documentation
>             Fix For: 5.7.0
>
>
> I am using ActiveMQ as bridge to oracle's AQ.
> Documentation provided by the following url if not complete. There are only 
> Camel config, but no SQL for Oracle. It is quite important thing, becauce of 
> a bug in the aqapi.jar which produces Null pointer exception. It works 
> properly only with SYS.AQ$_JMS_* payload types. More information can be found 
> here http://docs.oracle.com/cd/B13789_01/server.101/b10785/jm_exmpl.htm
> Here is sample code: 
> {code}
> BEGIN
>  DBMS_AQADM.CREATE_QUEUE_TABLE( queue_table => 'queue_message_table', 
> queue_payload_type => 'SYS.AQ$_JMS_TEXT_MESSAGE');
> END;        
> BEGIN
>   DBMS_AQADM.CREATE_QUEUE( queue_name => 'ORACLE_QUEUE', queue_table => 
> 'queue_message_table');
> END;
> BEGIN
>   DBMS_AQADM.START_QUEUE(queue_name => 'ORACLE_QUEUE');
> END;  
> {code}
> Source url
> http://activemq.apache.org/jms-bridge-with-oracle-aq.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to