Oracle PL/SQL send/receive message in weblogic jms queue

I am looking for a very simple way using oracle plsql to send and receive messages in a weblogic jms queues.
Thanks

Even i am looking for the same . Would be great if someone would help ..The jms setup has to be done in weblogic like the jms server, jms module, Jms connection factory , jms queue and then the jndi names . Now thw Problem here lies to me is that i really dont knw what should be the connection factory targets ,jndi names and where do i give the schema details as in the user name ,password , db name . Also if there is any explaination with eg on how to send /receive messages from a db trigger to jms queues .

Similar Messages

  • Oracle PL/SQL procedure/function to post message into weblogic jms queue

    Hi All,
    Is it possible to post messages to weblogic JMS queue from pl/sql procedure/function?
    From this Queue, message will be read by OSB interface.
    Any help will be highly appreciated.
    Regards,
    Steve

    904640 wrote:
    Hi All,
    Is it possible to post messages to weblogic JMS queue from pl/sql procedure/function?
    From this Queue, message will be read by OSB interface.
    Any help will be highly appreciated.
    http://www.lmgtfy.com/?q=oracle+pl/sql+weblogic+jms+queue

  • Oracle PL/SQL procedure to post message into weblogic jms queue

    Hi All,
    Is it possible to post messages to weblogic JMS queue from pl/sql procedure/function?
    From this Queue, message will be read by OSB interface.
    Any help will be highly appreciated.
    Regards,
    Steve

    904640 wrote:
    Hi All,
    Is it possible to post messages to weblogic JMS queue from pl/sql procedure/function?
    From this Queue, message will be read by OSB interface.
    Any help will be highly appreciated.
    http://www.lmgtfy.com/?q=oracle+pl/sql+weblogic+jms+queue

  • Unable to post messages to Weblogic JMS queue

    Hi All,
    I am using weblogic 10.3.3.0, SOA and JDev 11.1.1.3.0.
    (Weblogic came with JDev.)
    I have created a JMS Server, JMS Module, ConnectonFactory and Queue in weblogic.
    I am able to see that queue in my JDev and trying to enque some simple message as opaque data.
    But I am getting below error while enqueuing.
    CF: jms/PavanQueue/PavanQueueCF
    QueueName: jms/Pavan4sQueue
    <fault>
    <bpelFault>
    <faultType>0</faultType>
    <bindingFault>
    <part  name="summary">
    <summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Produce_Message' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. HelloWorldBPEL:EnqueueToMyQueue [ Produce_Message_ptt::Produce_Message(opaque) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='jms/PavanQueue/PavanQueueCF'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to jms/PavanQueue/PavanQueueCF. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    <part  name="detail">
    <detail>JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='jms/PavanQueue/PavanQueueCF'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to jms/PavanQueue/PavanQueueCF. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server </detail>
    </part>
    <part  name="code">
    <code>12510</code>
    </part>
    </bindingFault>
    </bpelFault>
    </fault>I am able to see Weblogic-ra.xml files in 5 locations.
    one in user_projects/....../JmsAdapter/../Meta-INF
    and other in wlserver_10.3\server\lib JMS folders.
    Which file I have to check. And I did not find any details about CFs or Queues in these XMLs.
    Please show the way.
    Regards
    PavanKumar.M
    Edited by: pavan4s on Sep 17, 2010 6:56 AM

    Hi !
    Did you add jms/PavanQueue/PavanQueueCF in the JMSAdapter outbound connection pools ?
    Deployments > JMS Adapter > Configuration > Outbound connection pools
    Add jms/PavanQueue/PavanQueueCF with the correct parameters.
    Then, don't forget to redeploy the JMS Adapter.
    Romain.

  • Capture event oracle.apps.wf.notification.receive.message

    Hi,
    I am trying to capture the event oracle.apps.wf.notification.receive.message.
    Whenever system receives an email response of a notification, I want to insert some values to a table.
    I have created subscription on this event and calling a package procedure which inserts the data into table.
    Now, If I test the event from the business events screen itself, subscription is working (i.e. inserting the data into table).
    However, when I am replying a notification, I can see that event is fired (from system administratoin->workflow->agent activity), but values are not being inserted in the table.
    My package procedure has pragma autonomous transaction and commit.
    Also, I have tried various combinations of event being Local or external.
    Any thoughts why the subscription is not coming in action?
    Thanks,
    Abdul Wahid

    One Update.
    I tried to fire some different event and registered this function with that.
    Its working with this event.
    Does that mean that oracle.apps.wf.notification.receive.message event is not being fired?

  • Oracle.apps.wf.notification.receive.message event subscription

    Hi,
    I have created a custom test subscription for the above event.I have simply created a rule function which inserts values in a custom table to show that the event is being fired.
    I tested from workflow responsibility, and yes, event is being captured and values are being inserted in the custom table. Means, from test subscription, its working.
    However, now I am trying to respond an notification from email(actual testing of the event). The notificatoin gets processed, but my function is not being called. In other words, possibly my event subscription is not being fired, seeded one is working though.
    I checked WF_NOTIFICATION_IN table. The email responses are received here and their state also shows from 0 to 2 changing. Also, the DEQ_TIME column also has values.
    So the question is how to know why my subscription is not being fired?
    Thanks,
    Abdul Wahid

    One Update.
    I tried to fire some different event and registered this function with that.
    Its working with this event.
    Does that mean that oracle.apps.wf.notification.receive.message event is not being fired?

  • Garbage added to log while sending message to Weblogic JMS topic

    Hi All,
    Was able to sucessfully send messages to Weblogic JMS topic and also able recieve them.
    But while sending the messages to topic loy of debug statements are printed to the standard output
    This is seen only in production and not in developement, and expecting it due config issue...
    Any ideas on this is greatly appriciatied.
    Thanks in advance !
    Cheers,
    Ambha

    Thanks for the replies,
    The problem is certainly not with logger settings...
    The statements which are getting printed are SSL debugging
    The following settings are used by the application which sends messages to the topic :
    Dssl.debug=true
    Dweblogic.StdoutDebugEnabled=true
    These settings are same in Dev, UAT, and Production. But why the debug statements are seen only
    in UAT and Production I am not sure...
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    *<Some TIME IST> <Debug> <TLS> <000000> <......>*
    any Ideas... ?
    Thanks
    Ambha

  • Was skiing with a lifeproof on and my phone did not get wet. On the ride back my phone was struggling to send/receive messages and had trouble opening apps. The screen froze and I hit the sleep button; since then, it has not turned on. A

    Was skiing with a lifeproof on and my phone did not get wet. On the ride back my phone was struggling to send/receive messages and had trouble opening apps. The screen froze and I hit the sleep button; since then, it has not turned on. Any suggestions on what to do?

    It probably got too cold and shut down. Warm it to room temperature, then hold the HOME and SLEEP buttons at the same time until an Apple logo appears.

  • Why can't I send / receive messages since upgading to OS 6.1?

    Since upgrading to OS 6.0.1 I cannot send / receive messages to anyone without iPhone. I have tried the hard re-start, clear settings, etc? I cannot believe Apple would have done something so poorly with the OS that prevents people to communicate in this way? Any ideas how to text again?

    yea, i tried that the other day, and did a factory reset, still have problems though. pics send, but they take forever, and 1/2 the time, they dont send at all.

  • TS3274 how come all of a sudden, I cannot send/receive messages, but I can receive e-mails in my Ipad?

    HOW COME I CANNOT /SEND RECEIVE MESSAGES, BUT I CAN RECEIVE EMAIL?

    Sending and receiving messages has absolutely no relation at all to sending and receiving email.
    Your iPad is not a cellular telephone.  It cannot send or receive SMS text messages.  It can only send or receive iMessages, which are messages to/from other Apple devices (only) on a WiFi or a cellular network that supports iMessage.

  • I installed a suggested update, now I am not able to send/receive messages. How can I fix this?

    I installed a suggested update, now I am not able to send/receive messages.  Any advice on how to fix this problem?

    No third party apps, no signatures, we've cleared out contacts and are using just the numbers.  She ended up dropping her phone and got a new one.  She has a Galaxy S5, I'm still on my Lumia 928.
    I did a live chat with someone here, based on her suggestions we both power off our phones, remove/replace simm cards, restart phones regularly and this issue is still occurring.
    This issue ONLY happens with her, even when I'm at places that have horrible service, I receive messages/calls from everyone except her after I leave the trouble areas.  My phone tells me she is receiving my messages when she claims she isn't, her phone tells her I am receiving her messages when I am not.

  • My phone quits sending receiving messages at end of bill period

    why

        mic77,
    Thank you for reaching out to us. I am sorry to hear that you are having trouble with messaging. Are the issues only at the end of the billing cycle or other times as well. What error messages are you receiving when trying to send/receive messages? We want to get this fixed right away, so please fill us in.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport

  • Is anyone else having issues with sending / receiving messages since ios7 upgrade

    Is anyone else having issues with sending / receiving messages since ios7 upgrade

    I found this link, and am trying it right now to see if it helps.
    http://forums.macrumors.com/showthread.php?t=1647944&highlight=ios7+imessage+tro uble

  • Sending messages concurrently to JMS queue

    Hi,
    I am using Weblogic 10.3 JMS. I have a .NET producer sending messages to a JMS queue using a threadpool. A Java consumer will be consuming the messages. Is it possible to pool the conections/sessions from the producer side to send messages concurrently from the threadpool. Please help.

    You can use standard .NET threading to produce messages in different threads.
    Keep in mind that producers and session instances themselves must not be multi-threaded, although they can all share the same connection.
    When you code, each thread could have a dedicated session and producer.
    Alternately, you could write a very simple pool that the threads share to cache producers. On the other hand, sessions and producers are light-weight once they've been created, so there's often little need to go through this trouble.
    Tom

  • IS XI Support BEA Weblogic JMS Queue

    Hi
    I have a scenario where i have to send and recive message from the Weblogic JMS Queue ..
    Is XI support Weblogic JMS Queue ..if it is which tranport protocol i have to use to connect to Weblogic queue
    SV

    Hi
    Thanks Ravi..
    U mean to say i have to use the Transport Protocol
    Access JMS Provider with JNDI
    I have few more questions like ..
    what needs to filled in Connection parameters:
    JNDI Look up name of Queue Connection Factory:
    JNDI Look up name of JMS Queue:
    Name of JNDI Initial Context Factory:
    JNDI Sever Address:
    JNDI Logon User:
    JNDI Logon Password:
    When i selected the Protocol some default Values came in do i have have to change any thing
    JNDI Look up name:
    JNDI Look up name of JMS Queue:
    Name of JNDI Initial Context:
    as u mentioned in Server address i will put : t3://server:XXX
    and i have given the user id and Password ..
    the user id and password is same for both JNDI logon and JMS Queue User..
    SV

Maybe you are looking for

  • Help setting up external service for email (MX record)

    I am new to all of this so bear with me.... I am trying to set up mail using an external service... Previously my website and email was hosted by justhost.com... i used muse to develop the website so i recently switched to business catalyst to host a

  • How can i sort the RowSet?

    I have the 2 (master and detail) entity objects, and corresponding 2 (master and detail) view objects. Then i've generated the entity object class for the master EO, this class has methods of getting/setting EO attributes, and method for getting a ro

  • My Oracle Support Preferred Credentials in Grid Conrol 11g

    Can anybody tell me how Grid authenticates for the preferred credentials in Grid Control 11g. In the patching setup screen, I've sucessfully connected to updates.oracle.com and get the message https://updates.oracle.com was tested successfully using

  • [Solved] User Permissions Are Borked

    I have recently installed Arch Linux, and love it. But I do have a problem with my user permissions. It seems that when I try to run the "makepkg" command, I get this error. ==> ERROR: You do not have write permission to create packages in /username/

  • Ipod nano 3 how to save it to new computer?  I have no back up of it

    Ipod nano 3 how to save it to new computer?  I have no back up of it