Results 1 to 3 of 3

Thread: Spring JMS Oracle AQ - Dequeue message enqueued by different Oracle user

  1. #1
    Join Date
    Jan 2012
    Posts
    21

    Default Spring JMS Oracle AQ - Dequeue message enqueued by different Oracle user

    Hi mates

    I have two applications say A and B both are connected to same DB using differenct users i.e. UserA and UserB. The A application is enqueuing messages in AQ such as AQ_QTAB.ENQ_UI = 'UserA'.

    My spring based application(using spring AQ api) is connected with DB using UserB and listening on same AQ but I am not able see/dequeue message placed by UserA. However, if enqueue any message using UserB, it is properly dequeued by my listener.

    Can any one please help me out? What sort of preliviges / propertiese I need to set.

    Thanks

  2. #2
    Join Date
    Jan 2012
    Posts
    21

    Default

    Can anyone please help me on this.

    Thanks

  3. #3
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,017

    Default

    Sounds like an Oracle configuration/security issue; and nothing to do with Spring.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •