Asynchronous notification help

Need some help with asynchronous notification…….
This is my jolt client:
public Service(String mode, String postedName) {
svcMode = mode;
svcPostedName = postedName;
if ( svcMode.equals(ASYNC_UNSOLNOTIFY) ) {
jUnsolEvent = new JoltUserEvent(JoltUserEvent.UNSOLMSG, null, jSessAsync);
else if ( svcMode.equals(ASYNC_PUBSUB) ) {
jEventPost = new JoltUserEvent(svcPostedName, null, jSessAsync);
I have simpapp configured and running. My client was able to successfully use the TOUPPER service advertised by tuxedo (jolt).
I do not know when an unsolicited message will be triggered by tuxedo to test the async unsolicited msg with my client works. My client overrides the onReply() method the seems to be perfect. Please suggest few scenarios where I can receive an unsol-notification.
For event notification I was asked to try subscribing to system events. In that case what should be the value of svcPostedName in:
jEventPost = new JoltUserEvent(svcPostedName, null, jSessAsync); ?{color}
My client doesnt take any expressionsas svcPostedName--that sounds like a bug, is it a bug?
I have TMSYSEVT configured.
And the ‘tmsysevt.dat’ is :
TA_SUBSCRIPTION_HANDLE 1
TA_CLASS T_EVENT_USERLOG
TA_EVENT_EXPR \\.Sys.*
TA_EVENT_FILTER TA_EVENT_SEVERITY=='ERROR'||TA_EVENT_SEVERITY=='WARN'
TA_USERLOG %TA_EVENT_DESCRIPTION
TA_SUBSCRIPTION_HANDLE 2
TA_EB_DB_SEQNO 1
TA_CLASS EB_DB_VERSION
This is my Ubb config file:
# (c) 2003 BEA Systems, Inc. All Rights Reserved.
#ident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
IPCKEY 123456
#Example:
#IPCKEY 123456
DOMAINID simpapp
MASTER simple
MAXACCESSERS 100
MAXSERVERS 15
MAXSERVICES 45
MODEL SHM
LDBAL N
*MACHINES
DEFAULT:
TUXDIR="/ais_local/share/ankumar/BEA/tuxedo8.1/"
APPDIR="/ais_local/share/ankumar/BEA/tuxedo8.1/apps/simpapp"
TUXCONFIG="/ais_local/share/ankumar/BEA/tuxedo8.1/apps/simpapp/tuxconfig"
TLOGDEVICE="/ais_local/share/ankumar/BEA/tuxedo8.1/apps/simpapp/TLOG"
TLOGNAME="TLOG"
MAXWSCLIENTS=10
"machineName" LMID=simple
#Example:
#beatux LMID=simple
*GROUPS
GROUP1
LMID=simple GRPNO=1 OPENINFO=NONE TMSNAME="TMS"
JSLGRP
LMID=simple GRPNO=2 OPENINFO=NONE
*SERVERS
DEFAULT:
CLOPT="-A"
simpserv SRVGRP=GROUP1 SRVID=1
JSL SRVGRP=JSLGRP SRVID=2 RESTART=Y MAXGEN=2 CLOPT="-A -- -n//10.11.23.66:3051"
JREPSVR SRVGRP=JSLGRP SRVID=3 RESTART=Y MAXGEN=2 GRACE=0 CLOPT="-A -- -W -P /ais_local/share/ankumar/BEA/tuxedo8.1/udataobj/jolt/repository/jrepository"
TMUSREVT SRVGRP=JSLGRP SRVID=4 RESTART=Y MAXGEN=2 GRACE=0 CLOPT="-A --"
TMSYSEVT SRVGRP=JSLGRP SRVID=5 RESTART=Y MAXGEN=2 GRACE=0 CLOPT="-A --"
*SERVICES
TOUPPER
Please respond with your suggestions.
Thanks,
Anish
Edited by: Bangalore_anish on Feb 23, 2009 3:43 AM

Hi Anish,
You should receive an unsolicited notification when a server does a tpbroadcast() or tpnotify(). So if you want to receive an unsolicited notification with simpapp, you'll need to modify simpapp to either perform tpbroadcast() or tpnotify().
You'll receive an event when an event is published that matches your subscription expression. Remember there are two different types of events, user events, and system events. As for the event name for system events, I would try in order:
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • DBMS_ALERT supports asynchronous notification

    Hi,
    Im working over dbms_alert package, and I would like to know whats the meaning about:
    "*DBMS_ALERT supports asynchronous notification of database events (alerts)*".
    Could anybody explain it to me?
    Thanks a lot in advanced....

    EZGms wrote:
    Hi,
    Im working over dbms_alert package, and I would like to know whats the meaning about:
    "*DBMS_ALERT supports asynchronous notification of database events (alerts)*".
    Could anybody explain it to me?
    Thanks a lot in advanced....http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_alert.htm#ARPLS351
    "Suppose a graphics tool is displaying a graph of some data from a database table. The graphics tool can, after reading and graphing the data, wait on a database alert (WAITONE) covering the data just read. The tool automatically wakes up when the data is changed by any other user. All that is required is that a trigger be placed on the database table, which performs a signal (SIGNAL) whenever the trigger is fired."
    provides "real time" notification

  • Advanced Queuing-Asynchronous Notification-Recipient List

    Hi,
    i did a asynchronous notification with a PL/SQL callback and a consumer(subscriber) and it worked properly. Now i want to make an asynchronous notification with a PL/SQL callback and a consumer but this time the consumer is a recipient from a recipient_list. But it doesn't work. Now i wonder if it is possible to do an asynchronous notification with a recipient list.
    thx

    Hi Hendrik
    How did you do the asynch. notification with PL/SQL?
    polelo marule
    mtn-nigeria.
    [email protected]

  • Asynchronous Notifications: System Views?

    Let's say I have a 9.2.0.5. queue that I know has some asynchronous notifications registered.
    How do I find out what those are? What system view lists them?
    How can I add another notification to those that already exist? (It seems as though DBMS_AQ.register simply replaces those that exist).
    Thank you for your time!

    Lars,
    On further investigation, what you say above is true if the view is a CUBE, but the description does not display in that table for DIMENSION views.
    Is there somewhere else to look in that case ?
    Many Thanks again ........

  • Is this the best design for asynchronous notifications (such as email)? Current design uses Web Site, Azure Service Bus Queue, Table Storage and Cloud Service Worker Role.

    I am asking for feedback on this design. Here is an example user story:
    As a group admin on the website I want to be notified when a user in my group uploads a file to the group.
    Easiest solution would be that in the code handling the upload, we just directly create an email message in there and send it. However, this seems like it isn't really the appropriate level of separation of concerns, so instead we are thinking to have a separate
    worker process which does nothing but send notifications. So, the website in the upload code handles receiving the file, extracting some metadata from it (like filename) and writing this to the database. As soon as it is done handling the file upload it then
    does two things: Writes the details of the notification to be sent (such as subject, filename, etc...) to a dedicated "notification" table and also creates a message in a queue which the notification sending worker process monitors. The entire sequence
    is shown in the diagram below.
    My questions are: Do you see any drawbacks in this design? Is there a better design? The team wants to use Azure Worker Roles, Queues and Table storage. Is it the right call to use these components or is this design unnecessarily complex? Quality attribute
    requirements are that it is easy to code, easy to maintain, easy to debug at runtime, auditable (history is available of when notifications were sent, etc...), monitor-able. Any other quality attributes you think we should be designing for?
    More info:
    We are creating a cloud application (in Azure) in which there are at least 2 components. The first is the "source" component (for example a UI / website) in which some action happens or some condition is met that triggers a second component or "worker"
    to perform some job. These jobs have details or metadata associated with them which we plan to store in Azure Table Storage. Here is the pattern we are considering:
    Steps:
    Condition for job met.
    Source writes job details to table.
    Source puts job in queue.
    Asynchronously:
    Worker accepts job from queue.
    Worker Records DateTimeStarted in table.
    Queue marks job marked as "in progress".
    Worker performs job.
    Worker updates table with details (including DateTimeCompleted).
    Worker reports completion to queue.
    Job deleted from queue.
    Please comment and let me know if I have this right, or if there is some better pattern. For example sake, consider the work to be "sending a notification" such as an email whose template fields are filled from the "details" mentioned in
    the pattern.

    Hi,
    Thanks for your posting.
    This development mode can exclude some errors, such as the file upload complete at the same time... from my experience, this is a good choice to achieve the goal.
    Best Regards,
    Jambor  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • E-mail notification HELP

    Can anyone help me with the problem I have with my e-mail notification sounds.  I have checked all notificaion profiles are set to on but my phone still does not give me an alert.  Anyone have any ideas?  I am also trying to set one of my saved sounds in my music to e-mail alerts and am struggling.  I would appreciate any help
    Solved!
    Go to Solution.

    Good, with OS 4.5 you can use JL_Cmder and its Set To Factory option.
    Download it here:  http://www.blackberryfaq.com/index.php/How_do_I_wipe_the_BlackBerry_using_Jl_Cmder%3F
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Aol email not working and phone vibrateing and ringing for notifications help me

    have jelly bean now and aol email is telling me server password is not found so i changed my password and that did not help. how can i fix it without doing a factory reset. could not delete email account at all. my other 2 email accounts are working fine. very annoying. also my phone is vibrateing and ringing for notifications and i just want it to ring. if i wanted my phone to vibrate i would put it on vibrate. would somebody be able to help me with my problems thanks. everything was working fine before jelly bean. also what happened to the notifications bubble on the lock screen i kind of thought that was handy to have.

        boychik0830,
    Never fear help is here! Congratulations on your Jelly Bean software update! Email, and ringers are very important, so let's get this fixed asap.
    You can delete the email account from the device http://bit.ly/PfAUeF , then re-add the email account back to the device. You change your ringtone settings from vibrate & ring to just ring in the sound settings menu. Hope this helps!
    Thanks,
    Pamelaf_vzw
    Tweet @vzwsupport

  • App Store Update Notifications Help

    Hello all.
    First time poster and first time apple product owner. I just bought an iPad (3rd Gen) last week. I'm hooked and absolutely love it. I am having an issue with two apps in regards to their update notifications in the app store. The twitter app and hbogo app currently show that an update is available. When I click update or update all, I am prompted to enter my password and after doing so i receive the Could Not Connect to iTunes Store message. This is only happening for these two apps. Moments ago I had 6 update notifications and when hitting update all the four other apps updated and two notifications remain for twitter and hbogo. I checked these forums already and was unable to find anything on the issue. Any insight into this problem would be appreciated. My thanks in advance.
    Sincerely,
    Satisfied Apple User

    Rebooting one's iPad can often cure odd issues.  To reboot, press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider to shut down) until the Apple Logo appears, then let go of both buttons and your iPad will restart.  You will not lose any data or settings.  See if you can update both apps after your iPad comes back up.
    If that does not help, the next suggestion would be to delete the two apps, then redownload them.  Once you've purchased or downloaded an app, it stays in your Apps Library and can be redownloaded at anytime in the future.  To delete an App, hold your finger on any app until all apps start to jiggle.  You'll see an X on the upper right hand side of the apps you can delete (native apps can never be deleted) and all you do is touch the X and you'll be asked if you are sure, say yes, and the app will be deleted.  Then go to your purchased tab in iTunes and redownload the apps.

  • Save_text Function module is not update the data in the notification, Help!

    Here is the code snippet, does anybody know why? Thanks!
    form update_root_causes
       tables p_it_root_causes type zqmtxt_t
       using notif_no.
      data:
          ls_header type thead,
          lit_lines type standard table of tline,
          lwa_line like line of lit_lines,
          lv_index type i value 0.
      field-symbols:
          <fs> like line of p_it_root_causes.
    fill the header
      ls_header-tdobject = 'QMEL'.
      ls_header-tdname = notif_no.
      ls_header-tdid = 'LTXT'.
      ls_header-tdspras = sy-langu.
    fill the lines table
    fill from line #2 ...
      lv_index = 0.
      loop at p_it_root_causes assigning <fs>.
        if lv_index gt 0.
          lwa_line-tdformat = '*'.
          lwa_line-tdline = <fs>-qmtxt.
          append lwa_line to lit_lines.
        endif.
        lv_index = lv_index + 1.
      endloop.
    update the save_text
      call function 'SAVE_TEXT'
        exporting
          header          = ls_header
          insert          = 'x'
        tables
          lines           = lit_lines.
      call function 'COMMIT_TEXT'
       exporting
         object                = ls_header-tdobject
         name                  = ls_header-tdname
         id                    = ls_header-tdid
         language              = ls_header-tdspras.
    endform.                    " UPDATE_ROOT_CAUSES

    Hi Anthony,
    Two things you can check:
    1. Ensure the notification number you are passing is valid, i.e. it has the requisite number of leading 0s (apply CONVERSION_EXIT_ALPHA_INPUT to ensure to the field notif_no before passing it to ls_header)
    2. In the function module to SAVE_TEXT - INSERT should be 'X' not 'x'
    Please check.
    Adi

  • Notifications Help

    I have iPhone 5 & iPad Air both w/ iOS 7.1. Pre-iPad, my iPhone notifications (ESPN) appeared on lock screen. Since adding iPad to account, notifications only appear at top of my phone screen after I unlock phone but they show on iPad lock screen. Any suggestions?

    Hello Fendas01,
    It sounds like the notifications for the ESPN app behave differently on your phone than they do on the iPad. You can configure this in Settings:
    Settings > Notification Center > <app name>
    From: iOS: Understanding notifications
              http://support.apple.com/kb/ht3576
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Iphone 5 cracked screen but worked fine for 7 months that have owned it, blue lines started appearing, now screen is black, but can still hear notifications HELP!!!

    My iphone 5 was given to me by my sister in january, had a cracked screen, but has worked perfectly in the time i have owned it, recently it begain to have blue lines appear on the screen, but was still working, now screen is black and cant see anything, i know its on as i can hear all notifactions (messages, calls, emails etc) help please, whats wrong! can i still claim apple support, as i dont have warrenty papers?

    There are no warranty papers, never have been for iPhones.
    Take the device to Apple, an Out of Warranty replacement is $229.
    Warranty does not and has never covered damage.  The device has suffered damage (cracked screen).

  • PUSH NOTIFICATION HELP ON QQ2011

    The app QQ2011 can not recieve push notifications. it worked for a few days but now i have to open the app to see my new messages. and after a few days it worked again. any idea what is going on?

    Found the solution without deleting or logging out.
    Tap Recent to bring up your conversation history.
    Tap the Edit button at the top of the screen.
    Tap the check icon at the top right of the screen and select Mark All As Read.
    You can also tap Yes, don’t ask again so that next time you only need to tap the Edit button and the check icon to mark all your received conversations as “read”.
    At first you may not see any changes, but when you leave the Recent tab, things will update.

  • After updating to the iOs 5 i dont get any push notifications. help please

    i need your help please.

    Hey,
    I was able to solve this problem now as follows:
    1. delete your iCloud mail accoount from: Settings -> Mail/Contact/Calender
    2. login with icloud under Settings -> iCloud
    and after that push will work 

  • Asynchronous Notifications problem

    Hi all,
    Now I am developing with Oracle Advance Queuing.
    In order to dequeue message from queue automatically when it arrives I have procedure dequeue as following:
    PROCEDURE dequeue(CONTEXT RAW
    ,reginfo sys.aq$_reg_info
    ,descr sys.aq$_descriptor
    ,payload RAW
    ,payloadl NUMBER) IS
    dq_opt dbms_aq.dequeue_options_t;
    msg_pro dbms_aq.message_properties_t;
    msg_id RAW(16);
    msg xmltype;
    Begin
    dq_opt.msgid := descr.msg_id;
    dq_opt.consumer_name := descr.consumer_name;
    dbms_aq.dequeue(queue_name => descr.queue_name
    ,dequeue_options => dq_opt
    ,message_properties => msg_pro
    ,payload => msg
    ,msgid => msg_id);
    End;
    Register dequeue procedure:
    declare
    reginfolist sys.aq$_reg_info_list;
    reginfo sys.aq$_reg_info;
    Begin
    reginfo := sys.aq$_reg_info(queue_in||':'||subscriber_name
    ,dbms_aq.namespace_aq
    ,'plsql://DEMO.dequeue'
    ,HEXTORAW('FF'));
    reginfolist := sys.aq$_reg_info_list(reginfo);
    dbms_aq.register(reginfolist, 1);
    End;
    subscriber_name is name of subscriber created as following command:
    s:=sys.aq$_agent(subscriber_name,queue_in||db_link,NULL);
    dbms_aqadm.add_subscriber(queue_name => qname, subscriber => s);
    queue_in: queue to receive message named DEMO.QUEUEIN
    qname : queue to send message named DEMO.QUEUEOUT
    But when DEMO.QUEUEOUT propagated messages to DEMO.QUEUEIN it
    was same no action in DEMO.QUEUEIN (message was stil in QUEUEIN until when I ran dequeue manually).
    Please show me How to debug this problem?

    Hello ,
    for your coding itself I had the following variation/suggestion:
    METHOD dialog_with_asynchronous_call.
       swc_container cont.
       REFRESH cont.
       swc_set_element cont 'Sourcer' source.
       swc_raise_event self 'Sourcer_assigned' cont.
       COMMIT WORK.
    ENDMETHOD.
    After the commit work statement, leave method immediatly.
    Best regards,
    Florin

  • I have the iPhone 4, just updated to iOS 7 and I no longer get any notification with my messages. Tried to fix the settings, it all supposed to show up but wont. help?

    Messages are not showing up on my phone. no noise of notification. help?

    Camera improvements
    Swipe through different camera modes – video, still photo, square aspect, and panorama
    Real-time photo filters with iPhone 4S or later, and iPod touch (5th generation)

Maybe you are looking for

  • SAP MM VENDOR MASTER REPORT

    I have to develop report on Vendors related for some account groups and company codes with the invoice volume(number of invoices received ) and Invoices value that are received from the vendor for the period of last 12 Months. I am unable to find log

  • How can i get rid of the "macshop " ads that keep appearing on my browser, as i keep the bobups blocked and cookies of third parties and advertisments blocked as well

    Lately every time i open my browser Safari Version 7.1 on Macbook pro with retina display IOS X 10.9.5 i keep getting these ads from "macshop" also the pages keep directing to files fetcher and i don't know why it keep doing that although i have bloc

  • SQL Server to Oracle XE

    I'm new to Oracle and I just installed Oracle XE on winXP I have to migrate some databases sctructure from SQL Server to Oracle. I already have all the creation scripts, I just can't figure where should I run the script. I dont want to create my obje

  • 1 bpel process invoking two osb proxies of same wsdl

    Hello, We have: SCA composite with BPEL process (BPEL1) 1 WSDL with multiple operations (op1, op2) in OSB OSB proxy services (PS1->based on wsdl op1, PS2 -> based on wsdl op2). Both of them are based on same WSDL. Now I am trying to invoke PS1 and PS

  • Sales Order Incoterms

    I did a search for a question like this and found a few similar, but I wanted to get mine out with the exact scenario.  We are using an EDI ORDERS01 message to create our sales orders for a customer.  This specific customer has a requested that their