The messages not dequeue

I have a separate installation of Sun Java Communications Suite 6u2
frontend: WebServer,Communication Express, messaging (front) and Calendar (front)
midleTier: Delegated Administrator, webserverand Access Manager
backend: Directori Server, Messaging(store) and Calendar (Store)
User: [email protected] sent mailtest to [email protected], but is queue in the frontend, i write imsimta qm release -all, but still queue in the frontend.
################ hostname = fiec-frontend.fiecup.org
bash-3.00# ./imsimta version
Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)
libimta.so 7u2-7.05 32bit (built 17:05:39, Jul 30 2009)
Using /opt/sun/comms/messaging/config/imta.cnf (compiled)
SunOS fiec-frontend 5.10 Generic_120011-14 sun4u sparc SUNW,Ultra-4
bash-3.00#
bash-3.00# ./imsimta qm dir -envelope
Sun, 27 Sep 2009 14:30:00 -0500 (GMT+5)
Data gathered from the queue directory tree
Channel: tcp_intranet
From To Size Queued since
1 [email protected] @fiec-backend.fiecup.org: 2 27 Sep 09 00:04
2 [email protected] @fiec-backend.fiecup.org: 2 26 Sep 09 23:03
3 [email protected] @fiec-backend.fiecup.org: 2 26 Sep 09 23:22
Total size: 6
Grand total size: 6
bash-3.00#
bash-3.00# ifconfig -a
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 201.225.136.53 netmask fffffff8 broadcast 201.225.136.55
hme1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.100.3 netmask ffffff00 broadcast 192.168.100.255
bash-3.00#
bash-3.00# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
default 201.225.136.49 UG 1 759
192.168.100.0 192.168.100.3 U 1 0 hme1:1
201.225.136.48 201.225.136.53 U 1 65 hme0:1
224.0.0.0 192.168.100.3 U 1 0 hme1:1
127.0.0.1 127.0.0.1 UH 20 10919 lo0:1
bash-3.00#
bash-3.00# vi mail.log_yesterday
26-Sep-2009 23:22:41.22 tcp_intranet tcp_intranet EE 2 [email protected] rfc822;[email protected] @fiec-backend.fiecup.org:[email protected] <fbd99fed355c.4abea
[email protected]> mailsrv TCP|192.168.100.3|25|192.168.100.3|64687
26-Sep-2009 23:22:41.22 > Received: from [192.168.100.3] (Forwarded-For: 190.141.94.2) by fiec-frontend.fiecup.org (mshttpd); Sat, 26 Sep 2009 23:22:40 -0500
27-Sep-2009 00:04:30.96 tcp_intranet tcp_intranet EE 2 [email protected] rfc822;[email protected] @fiec-backend.fiecup.org:[email protected] <fbdd94f8585.4abeac
[email protected]> mailsrv TCP|192.168.100.3|25|192.168.100.3|33238
27-Sep-2009 00:04:30.96 > Received: from [192.168.100.3] (Forwarded-For: 190.141.94.2) by fiec-frontend.fiecup.org (mshttpd); Sun, 27 Sep 2009 00:04:30 -0500
bash-3.00# ./configutil
local.hostname = fiec-frontend.fiecup.org
local.imta.enable = 1
local.mmp.enable = 1
local.purge.enable = 0
local.sched.enable = 1
local.schedule.expire = "0 23 * * * bin/imexpire"
local.schedule.expire.enable = 0
local.schedule.msprobe = "5,15,25,35,45,55 * * * * lib/msprobe"
local.schedule.purge = "0 0,4,8,12,16,20 * * * bin/imsimta purge -num=5"
local.schedule.purge.enable = 1
local.schedule.return_job = "30 0 * * * lib/return_job"
local.schedule.return_job.enable = 1
local.schedule.snapshot = "0 2 * * * bin/imdbverify -s -m"
local.schedule.snapshot.enable = 0
local.schedule.snapshotverify = "1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59 * * * * bin/imdbverify -m"
local.schedule.snapshotverify.enable = 0
local.servergid = mail
local.serveruid = mailsrv
local.service.http.proxy.adminpass = svn450-f13cvp
local.service.http.smtpauthpassword = svn450-f13cvp
local.service.proxy.adminpass = svn450-f13cvp
local.store.enable = 0
local.ugldapbasedn = "dc=fiecup,dc=org"
local.ugldapbindcred = f0`_7NgPrG
local.ugldapbinddn = "uid=msg-admin-fiec-frontend.fiecup.org-20090927033106Z, ou=People, o=fiecup.org,dc=fiecup,dc=org"
local.ugldaphost = fiec-backend.fiecup.org
local.ugldapport = 389
local.watcher.enable = 1
local.webmail.sso.amcookiename = iPlanetDirectoryPro
local.webmail.sso.amnamingurl = http://fiec-midle.fieup.org:80/amserver/namingservice
local.webmail.sso.singlesignoff = yes
local.webmail.sso.uwccontexturi = uwc
local.webmail.sso.uwcenabled = 1
local.webmail.sso.uwchome = http://fiec-frontend.fiecup.org:80/uwc
local.webmail.sso.uwcport = 80
service.dcroot = "dc=fiecup,dc=org"
service.defaultdomain = fiecup.org
service.http.enable = 1
service.http.port = 81
service.imap.enable = 0
service.pop.enable = 0
store.serviceadmingroupdn = "cn=Service Administrators,ou=Groups, dc=fiecup,dc=org"
bash-3.00#
################ hostname fiec-backend.fiecup.org
bash-3.00# ifconfig -a
lo0:3: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme1:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.100.1 netmask ffffff00 broadcast 192.168.100.255
bash-3.00#
netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
192.168.100.0 192.168.100.1 U 1 0 hme1:3
224.0.0.0 192.168.100.1 U 1 0 hme1:3
127.0.0.1 127.0.0.1 UH 28 49165 lo0:3
bash-3.00#
please help me!

this is a new installation
bash-3.00# ./imsimta qm dir -envelope
Tue, 29 Sep 2009 07:43:59 -0500 (GMT+5)
Data gathered from the queue directory tree
Channel: tcp_local
From To Size Queued since
1 [email protected] [email protected] 2 27 Sep 09 15:37
2 [email protected] [email protected] 1 27 Sep 09 15:29
Total size: 3
Channel: tcp_intranet
From To Size Queued since
3 [email protected] @fiec-backend.fiecup.org: 2 28 Sep 09 09:27
@fiec-backend.fiecup.org:
4 [email protected] @fiec-backend.fiecup.org: 5 27 Sep 09 15:40
5 [email protected] @fiec-backend.fiecup.org: 2 27 Sep 09 15:33
Total size: 9
Grand total size: 12
bash-3.00#
bash-3.00# more mail.log
27-Sep-2009 15:33:27.79 tcp_intranet tcp_intranet EE 2 [email protected] rfc822;[email protected] @fiec-backend.fiecup.org:[email protected] <fbdde74d6257.4abf8
[email protected]> mailsrv TCP|192.168.100.3|25|192.168.100.3|35081
27-Sep-2009 15:37:45.61 tcp_intranet tcp_local EE 2 [email protected] rfc822;[email protected] [email protected] <[email protected]>
mailsrv TCP|192.168.100.3|25|192.168.100.3|35226
27-Sep-2009 15:40:55.17 tcp_local tcp_intranet EEC 5 [email protected] rfc822;[email protected] @fiec-backend.fiecup.org:[email protected] <COL120-W2A3E
[email protected]> mailsrv TCP|201.225.136.53|25|65.55.34.89|18394
bash-3.00#
bash-3.00# more job_controller.log-0KQN00100KK0VY00
/opt/sun/comms/messaging/lib/smtp_client: can't get execution attributes
/opt/sun/comms/messaging/lib/smtp_client: can't get execution attributes
/opt/sun/comms/messaging/lib/smtp_client: can't get execution attributes
whht is means?

Similar Messages

  • MDB / AQ / RA problem: message not dequeued when put by PL/SQL to AQ

    I’m facing the following problem: I have a setup a J2CA Resource Adapter for AQ (OEMS) and a MDB listener. As polling configuration I use the following:
    <config-property>
    <config-property-name>ListenerThreadMaxPollInterval</config-property-name>
    <config-property-value>250</config-property-value>
    </config-property>
    According to the spec, this configuration should make sure that the underlying the JMS implementation polls the queue (AQ) every 250 ms in order to check whether there are available message.
    When I send a message to the AQ using JMS, the message is dequeued within an acceptable time range.
    However, when PL/SQL code enqueues messages directly to the AQ things do not work well:
    1. When PL/SQL posts a message > 4096 kb (according to the spec messages > 4096 kb have to be posted in a different way, since a CLOB column is used) for the first time it takes about 4 minutes until the MDB picks it up. All subsequent messages are picked up immediately, which is not surprisingly since the documentation mentions that an adaptive strategy is used. 4 minutes is not acceptable for me.
    2. When PL/SQL posts a message < 4096 kb the message expires on the AQ-queue (even though it is a non-expirable message), without being picked up by the MDB.
    What do I do wrong? Help is needed and appreciated!

    With great pleasure I can announce 'a' solution for the problem stated. Apparently the JMS implementation expects certain JMS headers in the Oracle AQ message in order to fetch it from the AQ properly. The PL/SQL code, which caused the problem described in this post, looked like this:
    declare
    enqueue_options SYS.DBMS_AQ.enqueue_options_t;
    message_properties SYS.DBMS_AQ.message_properties_t;
    message_handle RAW (16);
    user_prop_array SYS.aq$_jms_userproparray;
    AGENT SYS.aq$_agent;
    header SYS.aq$_jms_header;
    MESSAGE SYS.aq$_jms_text_message;
    p_xml_intern_bericht                          varchar2(8000);
    p_len_message                                    number;
    begin
    --p_xml_intern_bericht :='bla';
    p_xml_intern_bericht :='test';
    p_len_message := LENGTH (p_xml_intern_bericht);
    dbms_output.put_line('->' ||p_len_message);
    IF p_len_message > 4000
    THEN
    MESSAGE := SYS.aq$_jms_text_message (header,p_len_message,NULL,p_xml_intern_bericht);
    ELSE
    MESSAGE :=SYS.aq$_jms_text_message (header,p_len_message,p_xml_intern_bericht,NULL);
         END IF;                                        
    DBMS_AQ.enqueue (queue_name => 'MY_AQ' ,
    enqueue_options => enqueue_options,
    message_properties => message_properties,
    payload => MESSAGE,
    msgid => message_handle
    COMMIT;
    end;
    After adding the required JMS headers as in the snipped below, the message was picked up immediately from the AQ:
    declare
    msg SYS.AQ$_JMS_TEXT_MESSAGE;
    msg_hdr SYS.AQ$_JMS_HEADER;
    msg_agent SYS.AQ$_AGENT;
    msg_proparray SYS.AQ$_JMS_USERPROPARRAY;
    msg_property SYS.AQ$_JMS_USERPROPERTY;
    queue_options DBMS_AQ.ENQUEUE_OPTIONS_T;
    msg_props DBMS_AQ.MESSAGE_PROPERTIES_T;
    msg_id RAW(16);
    dummy VARCHAR2(4000);
    begin
    msg_agent := SYS.AQ$_AGENT('', null, 0);
    msg_proparray := SYS.AQ$_JMS_USERPROPARRAY();
    msg_proparray.EXTEND(1);
    msg_property := SYS.AQ$_JMS_USERPROPERTY('JMS_OracleDeliveryMode', 100, '2', NULL, 27);
    msg_proparray(1) := msg_property;
    msg_hdr := SYS.AQ$_JMS_HEADER(msg_agent,null,'MY_SCHEMA',null,null,null,msg_proparray);
    msg := SYS.AQ$_JMS_TEXT_MESSAGE(msg_hdr,null,null,null);
    msg.text_vc := 'test';
    msg.text_len := length(msg.text_vc);
    DBMS_AQ.ENQUEUE( queue_name => 'MY_AQ'
    , enqueue_options => queue_options
    , message_properties => msg_props
    , payload => msg
    , msgid => msg_id);     
    commit;
    end;     
    This solution was posted in the following blog: http://technology.amis.nl/blog/?p=2384. The environment in this blog is a Oracle XE database. The writer gets an ERROR when posting a message without adding the described JMS headers (see first pl/sql code snippet). Therefore he was forced to provide them in order to make AQ work for him.
    The remarkable thing is that in our environment (Oracle 10.2.0.x) posting messages without the necessary JMS headers do not result in errors. The AQ accepts them but the JMS listener remains silent or receives them after an unacceptable amount of time.
    This must definitely be a bug. Hope this information can help you to solve your PL/SQL AQ JMS problem.

  • Got the message "not compatible with this signal" on TV when connecting ATV to HD TV.

    I got the message "not compatible with this signal" on TV when connecting Apple TV to my Sharp HD TV.

    Go into safe mode an uninstall this new game.
    If this doesn't work, uninstall the graphics driver so Win will install it again after restart.
    HTH
    V.
    *** Say 'Thanks' with Kudos ***

  • My iPad is frozen with the message not enough storage.  Options are close and settings but it will not respond to buttons and will not allow me to turn it completely off.  How do I get past that message?

    My iPad is frozen with the message not enough storage.  Options are close and settings but it will not respond to buttons and will not allow me to turn it completely off.  How do I get past that message?

    Delete some apps, files, photos, videos, movies, etc to free up some space.
    How much space is your Other using? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • I can't seem to use the 'Check seats' link on Delta when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine.

    I can't seem to use the 'Check seats' link on the Delta Airlines site when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine. I love Firefox but this sucks!

    That issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • How come I get the message (Not Charging) when I am plugged up to power?

    How come I get the message (Not Charging) when I am plugged up to power? I keep getting this message, is there a problem? Or is this normal

    It had got done to 30% when I plugged it up, it goes in and out - charging and not charging. it is sitting still, but I am creating Movies with iMovie and iDVD

  • I am having problems using mov files imported into a project. I get the message "Not rendered" in the Canvas and clip won't play. Can anyone help?

    I am having problems using mov files imported into a project. I get the message "Not rendered" in the Canvas and clip won't play. Can anyone help?

    When clips won't play without rendering in the Timeline, it usually means that the clip's specs don't match the Sequence settings.
    A .mov file could be made from any number of codecs; the QuickTime Movie designation is merely a container for video files of all kinds.  Since FCE only works with the QuickTime DV codec and the Apple Intermediate Codec (AIC) natively, if your mov files aren't one of those two, you need to convert them PRIOR to importing into your FCE project.
    -DH

  • How do I get the "message not sent" icon off my notifications?

    I keep getting the "message not sent" icon even when I haven't sent a message or when I have sent a message and it did send.

        MeganLNelson
    Great question! This is normal and is not going to mess up your phone. This helps your phone clear any unnecessary data being used. What I would recommend is performing a back up using our Verizon cloud to keep all your information safe http://vz.to/1C5umDG .
    JorgeO_VZW
    Follow us on Twitter @VZWSupport

  • When downloading a digital copy get the message not enough access privileges?

    When downloading a digital copy from a purchased disk I keep getting the message "not enough access privileges",  any solutions?

    Yes. The disk drive has too much data on it. You are either going to have to move some to other disk drives or delete some.

  • Address book has the message not installed next to it

    Address book has the message not installed next to it
    How do you get it working
    I have reinstalled the software

    any body?

  • My bluetooth is with the message, not available. What happened?

    My bluetooth is with the message, not available. What happened?

    What do you mean you found no information?  Was the window blank?  Should look like this -

  • How can I access my ipad when the message Not Enough Storage appears

    I am trying to use my iPad, but the message:
    "Not Enough Storage
    This iPad cannot be backed up because there is not enough iCloud storage available. You can manage your storage in Settings."
    and I can see the two buttons below the message: Cancel and Settings, but none of the buttons can be used, I cannot even turn off my ipad any more!!!
    How can I reset this message? why is not letting me Cancel, access the Settings option nor Turn Off the ipad??? This is awfull...
    GabFB

    Reboot/reset your iPad by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears on the screen.

  • How can I overcome the message "Not enough access privilages"?

    Question How do I overcome the message "Not enough accass privilages"

    Do a clean (re)install:
    * Download a fresh Firefox copy and save the file to the desktop.
    * http://www.mozilla.com/firefox/all.html
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    * It may not be necessary to create a new profile, so first try if it works with your current profile and if not then create a new profile.
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Why are messages not dequeuing and stuck in the ready state?

    Messages are successfully enqueueing but not dequeuing and are stuck in ready state (STATE = 0).  The ENQ_TIME is 5 hours ahead of system time.  In one environment, AQ is working (10g 10.2.0.4.0).  In the other environment, it is not working (11g 11.2.0.3.0).
    I just did the following:
    1. Purged queue table
    2. Stopped queues
    3. Dropped queues
    4. Dropped queue table
    5. Created queue table
    6. Created queues
    7. Started queues
    I tested once and a record was inserted in the queue table:
    MSGID      <msgid>
    CORRID     
    PRIORITY      1
    STATE      0
    DELAY     
    EXPIRATION     
    TIME_MANAGER_INFO     
    LOCAL_ORDER_NO      0
    CHAIN_NO      0
    CSCN      0
    DSCN      0
    ENQ_TIME      12/23/2014 4:33:43.338902 PM
    ENQ_UID      <enq_uid>
    ENQ_TID      <enq_tid>
    DEQ_TIME     
    DEQ_UID     
    DEQ_TID     
    RETRY_COUNT      0
    EXCEPTION_QSCHEMA     
    EXCEPTION_QUEUE     
    STEP_NO      0
    RECIPIENT_KEY      0
    DEQUEUE_MSGID     
    SENDER_NAME     
    SENDER_ADDRESS     
    SENDER_PROTOCOL     
    USER_DATA      <user_data>
    USER_PROP     
    Notice the RETRY_COUNT is 0.  The ENQ_TIME is 5 hours ahead.  In the procedures to enqueue and dequeue, there are no errors.
    Following is the plsql to enqueue:
    CREATE OR REPLACE PACKAGE BODY
    pkg_2
    AS
        FUNCTION queue_create_thing ( <parameters> )
            RETURN NUMBER
        IS
            enqueue_options     dbms_aq.enqueue_options_t;
            message_properties  dbms_aq.message_properties_t;
            message_handle      RAW(16);
            v_message           msg_type;
            v_thing_id          things.id%TYPE;
        BEGIN
            v_message := msg_type( <parameters> );
            dbms_aq.enqueue(queue_name => '<queue name>',
                            enqueue_options => enqueue_options,
                            message_properties => message_properties,
                            payload => v_message,
                            msgid => message_handle);
            RETURN v_thing_id;
        EXCEPTION
            WHEN OTHERS
            THEN
               errpkg.record_and_stop (SQLCODE);
        END queue_create_thing;
        PROCEDURE queue_delete_thing( <parameters> )
        IS
            enqueue_options     dbms_aq.enqueue_options_t;
            message_properties  dbms_aq.message_properties_t;
            message_handle      RAW(16);
            v_message           msg_type;
        BEGIN
            v_message := msg_type( <parameters> );
            dbms_aq.enqueue(queue_name => '<queue name>',
                            enqueue_options => enqueue_options,
                            message_properties => message_properties,
                            payload => v_message,
                            msgid => message_handle);
        END;
    END pkg_2;
    Following is the code to dequeue:
    CREATE OR REPLACE PACKAGE BODY
    pkg_1
    AS 
        PROCEDURE create_thing ( context IN RAW,
                                    reginfo IN sys.aq$_reg_info,
                                    descr IN sys.aq$_descriptor,
                                    payload IN RAW,
                                    payloadl IN NUMBER )
        IS 
            dequeue_options dbms_aq.dequeue_options_t;
            message_properties dbms_aq.message_properties_t;
            message_handle RAW(16);
            message msg_type;
        BEGIN
            dequeue_options.msgid := descr.msg_id;
            dequeue_options.consumer_name := descr.consumer_name;
            DBMS_AQ.DEQUEUE(queue_name => descr.queue_name,
                            dequeue_options => dequeue_options,
                            message_properties => message_properties,
                            payload => message,
                            msgid => message_handle);
            pkg_2.create_thing( p_thing_id => message.thing_id );
            UPDATE table t
               SET creation_complete = 1
             WHERE id = message.thing_id;
            COMMIT;
        EXCEPTION
            WHEN OTHERS
            THEN
                ROLLBACK;
                plog.error(SQLERRM);
                plog.full_call_stack;
        END create_thing;
        PROCEDURE delete_thing ( context IN RAW,
                                    reginfo IN sys.aq$_reg_info,
                                    descr IN sys.aq$_descriptor,
                                    payload IN RAW,
                                    payloadl IN NUMBER )
        IS 
            dequeue_options dbms_aq.dequeue_options_t;
            message_properties dbms_aq.message_properties_t;
            message_handle RAW(16);
            message msg_type;
        BEGIN
            dequeue_options.msgid := descr.msg_id;
            dequeue_options.consumer_name := descr.consumer_name;
            DBMS_AQ.DEQUEUE(queue_name => descr.queue_name,
                            dequeue_options => dequeue_options,
                            message_properties => message_properties,
                            payload => message,
                            msgid => message_handle);
            pkg_2.delete_thing( p_thing_id => message.thing_id );
            COMMIT;
        EXCEPTION
            WHEN OTHERS
            THEN
                ROLLBACK;
                plog.error(SQLERRM);
                plog.full_call_stack;
        END delete_thing;   
    END pkg_1;

    Following is the code to create the queue:
    BEGIN
      SYS.DBMS_AQADM.STOP_QUEUE ( QUEUE_NAME => '<queue name>');
      SYS.DBMS_AQADM.DROP_QUEUE ( QUEUE_NAME => '<queue name>');
    END;
    BEGIN
      SYS.DBMS_AQADM.CREATE_QUEUE
        QUEUE_NAME          =>   '<queue name>'
       ,QUEUE_TABLE         =>   '<queue table>'
       ,QUEUE_TYPE          =>   SYS.DBMS_AQADM.NORMAL_QUEUE
       ,MAX_RETRIES         =>   5
       ,RETRY_DELAY         =>   0
       ,RETENTION_TIME      =>   0
       ,COMMENT             =>   'Queue for processing creation of things'
    END;
    BEGIN
      SYS.DBMS_AQADM.START_QUEUE
        QUEUE_NAME => '<queue name>'
       ,ENQUEUE => TRUE
       ,DEQUEUE => TRUE
    END;

  • ESBSample.zip: AQJMStoDB: Messages not dequeued

    Hi,
    i made the tutorial from http://www.oracle.com/technology/products/integration/esb/files/esb-aqjmstodb.pdf
    After several problem i was able to put messages into the JMSDEMO_TOPIC:
    JMSDEMO_TOPIC     FB455EA572D042CF9ED1BED59AE6390B          1     READY                    14.12.06     14.12.06 13:19:06,672000000     JMSUSER     14.1.1146                                                            0                         MYSUB          0
    But this message is not dequeued. I have changed the oc4j-ra.xml in /j2ee/home and /j2ee/oc4j_soa.
    Can anybody help?

    Just to have some debug-output, i have written a BPEL process which should enqueue one message to AQJMS.
    There i get the following error message:
    file:/C:/oracle/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_AQJMS_Sender_1.0_c045b5b7114fc395111598ac2ebaa4fe.tmp/AQJMSSender.wsdl [ Produce_Message_ptt::Produce_Message(InputParameters) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Das Adapter-Framework konnte keine Outbound-JCA-Verbindung herstellen.
    file:/C:/oracle/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_AQJMS_Sender_1.0_c045b5b7114fc395111598ac2ebaa4fe.tmp/AQJMSSender.wsdl [ Produce_Message_ptt::Produce_Message(InputParameters) ] - : Das Adapter-Framework konnte keine Outbound-JCA-Verbindung herstellen. Problem: ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Instanziieren von Verbindungs-Factory nicht möglich. JMS-Adapter konnte Verbindungs-Factory java:comp/resource/OEMS/TopicConnectionFactories/TCF weder JNDI nicht finden noch als Java-Klasse instanziieren
    Weitere Informationen hierzu finden Sie in der Log-Datei.
    [Caused by: No resource named 'OEMS/TopicConnectionFactories/TCF'found]
    ; nested exception is:
         ORABPEL-12511
    Das Adapter-Framework konnte keine Outbound-JCA-Verbindung herstellen.
    file:/C:/oracle/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_AQJMS_Sender_1.0_c045b5b7114fc395111598ac2ebaa4fe.tmp/AQJMSSender.wsdl [ Produce_Message_ptt::Produce_Message(InputParameters) ] - : Das Adapter-Framework konnte keine Outbound-JCA-Verbindung herstellen. Problem: ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Instanziieren von Verbindungs-Factory nicht möglich. JMS-Adapter konnte Verbindungs-Factory java:comp/resource/OEMS/TopicConnectionFactories/TCF weder JNDI nicht finden noch als Java-Klasse instanziieren
    Weitere Informationen hierzu finden Sie in der Log-Datei.
    [Caused by: No resource named 'OEMS/TopicConnectionFactories/TCF'found]
    Untersuchen Sie die Log-Datei nach Gründen. Aktivieren Sie das DEBUG Logging auf der BPEL-Konsole.

Maybe you are looking for