How do I set up jms destination  of OSB Alert?

According to the document description,a JMS destination URI in the format: jms://host:port/factoryJndiName/destJndiName. My jms is on a cluster, So, I Set this URI: jms://10.1.1.100:8001,10.1.1.101:8001,10.1.100:8002,10.1.1.101:8002/factoryJndiName/destJndiName.
When the machine (10.1.1.100) was shutdown, the alert will error and says "can not find JMS destination".
How do I set up jms destination? tks!
Edited by: user12382989 on 2009-12-23 下午5:03

Did you consider using JMS distributed destination for your use-case?
http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs103/jms/dds.html
Manoj

Similar Messages

  • How do I set the default time for calendar alerts?

    How do I set the default time for calendar alerts? I always want to have an alert 15 minutes before my appointments. I don't want to have to manually set it each time I make an appointment (I just moved to iphone from a windows mobile where this was basic stuff so I apologise if this is a noob question).

    I have the same issue. I've searched these forums and found lots of people who have asked this same question, but nobody who has received an answer.
    About a year ago, I migrated from a Windows PC and a Blackberry (both of which had very simple default alert options) to a MacBook Pro and an iPhone and have yet to find a solution on this forum or from any of my Apple-savvy friends. Very discouraging.

  • How To Suspend A WL JMS Destination?

    I have several message driven beans associated with WL JMS queues. I have a requirement
    that the message beans must be able to stop processing messages for a period of
    time. I don't want to do something like check a property in onMessage and ignore
    the message, I would rather 'suspend' the destination so that no messages are
    delivered from the destination. Is there a way to do this?

    Thread.sleep() or Object.wait(), depending on whether you want to wait for a (sort of) fixed amount of time or until a particular even occurs at an unkown time (but a time that you can put an upper bound on, if you want).

  • How do I set up Siri to play an alert sound when she reminds me of something?

    When I ask Siri to remind me of something when I leave work (using the locator system) she only vibrates.  If I use the reminder app instead (using a time like 5:00pm), it plays the alert sound and vibrates since I have it set up that way in settings.  I can't see anything in settings that is just for Siri.  I have an iphone 5.

    Hi Bharadwaj,
    Thankyou for your reply! Yes that's exactly the behaviour I am after! I have replicated your file, but mine is not quite behaving the same way. Once you play button 1, and then 2, and then click button one again, button 2 animation plays on top of the button 1 animation. How did you prevent this from happening in your file? I cant see anything different.
    Here are my files http://adobe.ly/ZUTIpr
    thanks again!

  • How to remove body from JMS data In OSB?

    Hi
    I am puttting xml type of data in a queue but the data is coming with body tag. My requirement is to place payload only in JSM queue without soap body.
    Steps i followed are;
    1. Created business service with
    Service Type      Messaging Service
    Request Message Type XML      
    2. Created proxy service with
         Replace [ entire node ] of [ . ] in [ body ] with [ $body ]
    How to do that?
    Thanks
    Vibhor

    Are you using the OSB test console to post the message?Have you ensured there is no <body> tag in the input?
    I have checked what I have pasted above and it is working fine!
    Thanks,
    Prabu

  • How do I set TB so it does NOT alert me when junk mail arrives?

    I keep TB up most of the time in the background while I work because I frequently get emails from my clients and family during the day. The problem is that I also get a lot of junk mail and so TB is also constantly notifying me of this junk mail. This distracts me from my work and takes time from my working day to check what just came in when I hear the notification. I would like to have the option in Settings to select which accounts (I have 4) and which folders within each account should notify me. I need to have ready access to the junk folders so I can check them occasionally for legitimate mail but I don't need to know every time something arrives there. I would like to be notified when new mail arrives in one of the Inbox's but not when it arrives in a Spam or Bulk or Junk folder. Thank you, DaveWK

    I don't think you can. New mail is new mail. There might be something on the add-on site. https://addons.mozilla.org/en-US/thunderbird/

  • In AQ access by JMS. How do I set queue options ?

    Accessing an AQ queue using JDBC methods, I needed to set deq_option.NAVIGATION_FIRST_MESSAGE. otherwise the first 'dequeue' dequeued the last message and subsequent dequeues returned null.
    I have the same problem using JMS access methods. But HOW DO I SET THE QUEUE OPTIONS IN JMS ???
    JDBC code (taken from examples in AQ App Dev Guide) :
    deq_option = new AQDequeueOption();
    deq_option.setNavigationMode(deq_option.NAVIGATION_FIRST_MESSAGE);
    for (int i=0; i<4; i++)
    /* Dequeue a message: */
    try
    m = queue.dequeue(deq_option, CA_OUT_CONV_TYP.getFactory());
    JMS code :
    q_conn = qc_fact.createQueueConnection("CA_QUEUE", "CA_QUEUE");
    queue = ((AQjmsSession)q_sess).getQueue("CA_QUEUE", "CA_REQ_OUT_Q");
    q_receiver = ((AQjmsSession)q_sess).createReceiver(queue, CA_OUT_CONV_TYP.getFactory());
    for (int i=0; i<4; i++)
    System.out.println("look for message");
    m = q_receiver.receive(1);
    q_sess = q_conn.createQueueSession(true, 0);
    null

    xtian wrote:(I get confused by lines like "the [x] resource in UTF-8 locales". Should get used to this meaning .Xresources?)
    For most people, yes that does mean ~/.Xresources.  It's only a convention to use .Xresources, but xrdb will load or merge an X resources file of any name. 
    3) I am using Terminus. Can you recommend a complete coverage alternative from the All and True Type fonts included in the official repositories as cited on the Fonts wiki page? I've not gone as far as to learn how to manage my fonts in Linux (my font knowledge ends with Adobe Multiple Master fonts before 2000).
    A TrueType font with wide language coverage is DejaVu Sans Mono from ttf-dejavu .  Other general purpose monospaced fonts to consider might include Droid Sans Mono and Liberation Mono, from ttf-droid (Google's Android fonts) and ttf-liberation (Red Hat's Liberation fonts).  The default font for xterm is usually the font with the XLFD aliases "fixed" and "6x13" from the package xorg-fonts-misc.  That's a great font for its glyph coverage, it's just too gosh-darn small for most people.
    4) If the wiki is 6 years old then its very possible I've done something incorrectly.
      Looks okay to me, but I'm not an expert at diagnosing locale faults.
    5) I'm using the uber-minimalist WM EvilWM without a display manager. This means I boot to tty1 (and wow is it fast!) and then if I'm going to use X, I type startx which executes the evilwm and its parameters in .xinitrc. This opens with a completely blank screen. Ctrl + Alt + Enter launches xterm (and its just xterm according to htop). I guess evilwm has some line for starting xterm, but when I wrote this post I questioned if there another dot file existed or setting in /etc that I just hadn't thought to discover before (Fedora was my bag).
    The command 'startx' is a shell script.  Try the command 'xinit' to start X with even less overhead.

  • How do I  set  security in wli JMS Control in weblogic integration sp4

    how do i set security_CREDENTIAL and security_PRINCIPAL in WLI JMS control

    Through a browser.
    I am supposed to have it set so that it is placed at:
    http://c5414.airsight.net  but nothing gets there.
    Some places have mention that I need to set up port forwarding,
    others have mentioned DDNS or UPNP,
    How do I do these or is there a better way to send http://10.0.11.1/main.html
    to http://c5414.airsight.net?

  • Setting up Foreign JMS Dest. to MQ: JMS Destination not found

    I'm trying to set up a foreign JMS destination to an MQ queue. There are several steps you have to get right for this to work. I thought I did them all correctly, but when I deploy the app with an MDB that references the JNDI name, it says (in the console) that the destination with the particular JNDI name could not be found.
              I first used JMSAdmin to create the JNDI data in the provider URL file location. I created the qcf and the queue. I've displayed my results that I set with that, and it all looks fine. One thing that I'm unsure about with this, however, is that the document on using JMSAdmin doesn't make it clear exactly which field in the "queue" definition is the JNDI name, and which is the MQ queue name. My guess is that the value of the "q" field is the JNDI name, and the value of the "queue" field is the MQ queue name. I'm not certain.
              I then created the foreign JMS info in the WebLogic console. I first created the foreign JMS server, using the "RefFSContextFactory" class, and my file location for the provider URL.
              I then created the foreign JMS ConnectionFactory, specifying my JNDI name in both the "local" and "remote" fields. I don't know what the difference is between those two. I did NOT enter a value in the "User Name" or "Password" fields. I don't know whether that's an issue.
              I then created the foreign JMS destination. I set the "local" and "remote" JNDI values to the JNDI value I set in the "q" field in JMSAdmin.
              I then defined an app using an MDB, with the "destination-jndi-name" set to the same value I set in the "q" field.
              When I deployed the app, I saw an error message on the console saying that when deploying the EJB module, the JNDI name (that I had specified in the "q" field) could not be found.

    David,
              first you should check, whether the JNDI-Entry is deployed. You can
              check this by displaying the jndi-tree on the weblogic console. to do
              this, right click on the server entry and select "view jndi tree".
              the point with the jndi-tree you entered as "local jndi destination"
              should be violet.
              in the definitions of foreign jms-destinations and connection factories
              you always set:
              remote jndi name: the entry which you made in JMSADMIN
              local jndi name: the jndi entry you want to use inside weblogic.
              hope this helps,
              Klaas
              David Karr schrieb:
              > I'm trying to set up a foreign JMS destination to an MQ queue. There are several steps you have to get right for this to work. I thought I did them all correctly, but when I deploy the app with an MDB that references the JNDI name, it says (in the console) that the destination with the particular JNDI name could not be found.
              >
              > I first used JMSAdmin to create the JNDI data in the provider URL file location. I created the qcf and the queue. I've displayed my results that I set with that, and it all looks fine. One thing that I'm unsure about with this, however, is that the document on using JMSAdmin doesn't make it clear exactly which field in the "queue" definition is the JNDI name, and which is the MQ queue name. My guess is that the value of the "q" field is the JNDI name, and the value of the "queue" field is the MQ queue
              > name. I'm not certain.
              >
              > I then created the foreign JMS info in the WebLogic console. I first created the foreign JMS server, using the "RefFSContextFactory" class, and my file location for the provider URL.
              >
              > I then created the foreign JMS ConnectionFactory, specifying my JNDI name in both the "local" and "remote" fields. I don't know what the difference is between those two. I did NOT enter a value in the "User Name" or "Password" fields. I don't know whether that's an issue.
              >
              > I then created the foreign JMS destination. I set the "local" and "remote" JNDI values to the JNDI value I set in the "q" field in JMSAdmin.
              >
              > I then defined an app using an MDB, with the "destination-jndi-name" set to the same value I set in the "q" field.
              >
              > When I deployed the app, I saw an error message on the console saying that when deploying the EJB module, the JNDI name (that I had specified in the "q" field) could not be found.

  • [svn:bz-trunk] 19866: Set delivery mode to PERSISTENT for JMS destinations that have durable set to true .

    Revision: 19866
    Revision: 19866
    Author:   [email protected]
    Date:     2011-01-21 10:05:44 -0800 (Fri, 21 Jan 2011)
    Log Message:
    Set delivery mode to PERSISTENT for JMS destinations that have durable set to true. If messages aren't persistent they won't be saved by the JMS server. This is kind of important when you want the messages to be durable.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml

    According to Bea Customer Support this is the normal behavior. If you kill a durable topic subscriber and reconnect it with the same id to another node, the old subscription is deleted and all messages still waiting to be delivered are gone.
              Lesson learned: If you need failover for the server AND client use JMS queues.
              Peter

  • How to Set Alternative Archivelog Destination

    Hi,
    I am using Oracle 10.2.0.4 on AIX 5.3.
    My database is in archivelog mode.
    I have set the LOG_ARCHIVE_DEST_1 parameter value to /u01/archives/
    This is 200GB mount point and my daily archivelogs size is around 300GB. I want to set another location for archives so that once the first archive destination is full, then the alternative location could be used for archive logs.
    Otherwise I am getting following error once the mount point is fill.
    ARCH: Archival stopped, error occurred. Will continue retrying
    Mon Feb 22 09:27:02 2010
    ORACLE Instance malik - Archival Error
    Mon Feb 22 09:27:02 2010
    ORA-16038: log 4 sequence# 10175 cannot be archived
    ORA-00001: unique constraint (.) violated
    Mon Feb 22 09:27:02 2010
    What I know is that if we set multiple archive destinations then oracle write to these locations in parallel which means a copy of archive log will be avaialble on both mount points and double space will be utilized. My concern is if we could use one destination for archives and once it is full, then the alternative location be used for next archives.
    Waiting for kind response.
    Regards
    Farooq

    Anurag,
    Please note that this is single instance database with no dataguad kind setup.
    So should I only set following:
    LOG_ARCHIVE_DEST_1=/u01/archives
    LOG_ARCHIVE_DEST_2=/u02/archives
    alter system set log_archive_dest_state_1=enable;
    alter system set log_archive_dest_state_2=ALTERNATE;
    This way oracle will write to destination one only and once it is filled it will start writing to destination2 right?
    Please correct me if I am wrong.

  • After Effects CS4 | How to set multiple out destinations at once

    I know that if you have multiple items in the render queue you can control-click on the Output Module and set all of the selected items to the same Output Module.  I am wondering if there is a way to set the render destination (Output To) of multiple compositions at once as well.  It's not uncommon for me to have well over 20 compositions that all need to render to the same folder.  It becomes a pain when I need to click on each and tell them where to go individually.
    Any insights are appreciated.
    -Adam

    Exactly as Todd said.
    Mylenium

  • Additional JMS Destination Attributes

    How can I associate additional attributes to an Administered Object in
              JNDI? Specifically, I want to add a JMS Destination (Queue) to the
              JNDI context. I want the Queue to also have 2 additional attributes
              for my application to process. The additional attributes I need to
              associate with the Administered Queue Object are: Reply-To-Queue and a
              boolean value (log message or don't log message).
              I went into the JNDI namespace (iPlanet Directory Server in this
              case), and manually added additional attributes in the
              javaReferenceAddress. The JMS API did not choke on this, but I can't
              figure out a way to expose this either.
              

    I found that if I in the JMS receiver queue tick Specify Additional JMS Message Properties (Maximum of 10) and provide the name JMSReplyTo and the value Sting I can collect the ReplyTo queue name via a parameter in the operation mapping and the value of that parameter I can set to the Dynamic Configuration variable DCJMSMessageProperty0 in a UDF like this:
    String x = container.getInputParameters().getString("replyToQueueName");
    DynamicConfiguration conf1 = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION) ;
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/JMS", "DCJMSMessageProperty0") ;
    conf1.put(key1, x);
    return "";

  • Weblogic 10 Ant task, JMS Module & Foreign JMS Destinations

    Any body knows how to configure JMS System Modules (which got introduced in WL ver. 9) and other JMS MBeans such as JMS Destinations and ConnectionFactories under the newly created JMS Module, using ant task for Weblogic 10.3 ?
    Also, when I create the ForeignJMSServer and the child MBeans such as Foreign Destinations and ConnectionFactories using ant task, it just creates the ForeignJMSServer and not creating the child MBeans. The problem is with WL 10. In WL 8.1, it works fine.
    In Weblogic 8.1, þe ant target for this job is as follows.
    ===========================================================================
         <target name="prepareForeignJMSServer">
    <wlconfig url="t3://localhost:7001" username="weblogic"
    password="weblogic" failonerror="false">
    <create type="ForeignJMSServer" name="myForeignJMSServer" property="temp-jms-server">
    <set attribute="InitialContextFactory" value="weblogic.jndi.WLInitialContextFactory"/>
    <set attribute="ConnectionURL" value="t3://192.168.0.23:7001"/>
    <set attribute="Targets" value="mydomain:Name=myserver,Type=Server"/>
    <create type="ForeignJMSConnectionFactory" name="MyRemoteCF">
    <set attribute="LocalJNDIName" value="MyLocalCFJNDI"/>
    <set attribute="RemoteJNDIName" value="MyRemoteCFJNDI"/>
    <set attribute="Username" value="weblogic-remote"/>
    <set attribute="Password" value="weblogic-remote"/>
    </create>
    <create type="ForeignJMSDestination" Name="MyRemoteQueue1">
    <set attribute="LocalJNDIName" value="MyLocalQueue1JNDI"/>
    <set attribute="RemoteJNDIName" value="MyRemoteQueue1JNDI"/>
    </create>
         </create>
              </wlconfig>
         </target>
    =====================================================================
    This target runs without error in WL 10, but does not create the ForeignJMSConnectionFactory and ForeignJMSDestination.
    If some one knows the solution, please give me advice.
    Thanks,

    Maybe this is of some help: http://www.bea-weblogic.com/namenotfoundexception-when-configuring-foreign-jms-server.html

  • Bind JMS Destination to Physical Destination

    Hi,
    How can I bind the Destination resource with jndi-name
    to Physical resource.
    I've created a destination resource using the
    administrative console, but can't find an option
    to specify the physical destination.
    thanks
    hima

    Hi Hima,
    Yes, this is confusing because there are several properties that need to be set on the JMS Resource and JMS Destination objects. However, the property editor is not shown while creating the objects, you can click on the objects after they have been created and access the properties editor at that stage. We will be providing a wizard-based facility in the admin GUI in the future.
    For now, please see the instructions contained in the samples/jms/queue/simple/docs/ and samples/jms/topic/simple/docs/ directories. Although the command line approach to defining these objects is included in these instructions, you can also define the necessary properties via the admin GUI after the initial skeletal objects have been created.
    Chris

Maybe you are looking for

  • ITunes has stopped working after fresh install

    Hey there, Hoping someone can help me out. I've had iTunes for a while but just had to get my computer repaired and after a fresh windows install I am not able to get iTunes to work. I've searched the help forums and tried many things already but had

  • Issue: Flash radio buttons & Php form

    I have a flash form which all of the fields are sending correctly through the php code. The flash radio buttons I added with the groupname == topic, doesnt send with the rest of the information that is being sent to the email. My question is how do I

  • Manually deleted a java application - now getting errors

    Hello I mistakenly started deleting an application manually instead of going through Enterprise Manager, now I'm getting error messages whenever I try to manage any of my oc4j instances and deploying ear files. We are running Oracle 10g Application S

  • BPEL Worklist time zone

    Hi all, I'm using BPEL 10.1.2.0.2 on AS 10.1.2, running on Windows XP. I have noticed that the times are displayed incorrectly in the BPEL Worklist. The bottom line displays the "page refreshed on" time, which differs from the system time. The times

  • Administration of External Send process T-Code SOST

    By executing this T-code(sost) it  displaying the data  (status,send method ,Doc title,Sender,Recipient,Send Date,Send time,Msg) These fields are fetching from which table. I checked SOST TABLE .In this table i changed the field SOST-Sender data but