Configuration to disable the new presentation of the Message from the Application

Hello
Every time I have send a message thread, the same instance gets resubmitted with on the creation of a duplicate instance unless the transaction is successful.
But wheb I send any message of app, the new format creates a new instance all the time even if the tranaction fails in the next attempt.
We want to avoid the scenario of the latter. Is there any configuration setting through which we can turn off the resubmisson of the request message or to avoid the repetition of the application submitted again failure messages.

Thank you
Prates T.

Naveen,

It works as expected. If you always returns a message app/wire a new instance will be created with the same message (B2B message id or message protocol id) id. In case of resubmission of message app (outgoing) new message will be created with the same message of B2B and in case of wire message id new presentation (inbound) new message will be created with the same id of message protocol.

In case of submission of message from the outgoing wire news, no new entry will be created, and similarly in the case of new entrants app message submission, no new entry will be created.

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • I have a 'Hamachi' program and I can not open it, get the error message "failed to load configuration Hamachi. The application will now exit.

    I have a 'hamachi' program and I can't open it. I am traing and he says "failed to load configuration Hamachi. The application will now exit"what I have to do to make this program work?

    Original title: help with HAMACHI!

    I suggest you try here for support.

    http://help.LogMeIn.com/?product=lmihamachi2&lang=en

  • Disable the application to save the file (was: to save)

    How to disable the application for registration of the file when you change the window?

    Direct switch to Design mode.  Live View mode needs to be refreshed every time to render the page after the changes.

  • Disable the Application Menu

    I have a navigationPane with an Application Menu. One of the items in this menu is settings so
    When I click on parameter I shows the Settings Page but I would like to turn off the Menu of the Application
    When the user on the Configuration page

    I put in the onCreationCompleted of my settingPage
    Application.menuEnabled = false;

    And when I click on the back button I do:
    Application.menuEnabled = true;
    navigationPane.pop ();

    However, the Application Menu is always displayed in the settings page, so how can I disable it?

    I did it!

    When I press settings page, I disbale the application from the page menu, then

    ActionItem {
        title: "Preferencias"
        imageSource: "asset:///images/ic_settings.png"
        onTriggered: {
            var page = getPreferenciasPage();
            page.onRefreshDropDownLicencia.connect(onRefreshDropDownLicencia);
            Application.menuEnabled = false;
            navigationPane.push(page);
        }
        function getPreferenciasPage() {
            if (! preferenciasPage) {
                preferenciasPage = idPreferenciasPage.createObject();
            }
            return preferenciasPage;
        }
    },
    
  • How to disable the Application Transport Security (ATS) in the Adobe AIR application?

    Hi all

    How do disable us ATS in Adobe AIR app for the application to run on iOS 9? I am getting error then tried to launch the adobe air below test application:

    iPhone-6 AdobeAirPluginTest [520] < error >: App Transport Security has blocked a clear text HTTP (http://) load of resources because it is not secure. Temporary derogations can be configured by your application's Info.plist file.

    Is it possible to disable the indicator of the ATS in Adobe AIR or that we will succeed in Xcode?

    AIR allows to add some things in the info.plist file, if you are looking for the syntax required to add an exception. He would go in your tag in your application descriptor file.

  • Disable the application Photo on Macbook Pro

    I am a professional photographer and regularly upload images of cards SD and CF. I tried to disable the cards in Photos and Image Capture, but once I have reformat the card, Photos again. Currently, I use Lightroom and mechanical picture I need to get rid of the pictures! It completely destroyed my workflow. There must be others out there with the same problem. Apple please chime.

    Apple will not because they are not here

    they do not need to address this--tell them not us - http://www.apple.com/feedback/photos.html

    OLS Toad messages sometimes a terminal command to take care of it - these forums for its search solution and try at your own risk

    LN

  • Globally disable the application while loading HTTPService is always

    Is it possible that the application can be set must be turned off while it is busy data recovery, without disable this at the beginning of the extraction and allowing the time data is back. It's ok if you have a simple application, but can be very difficult to manage in large scale applications.

    majester8425 wrote:

    Is it possible that the application can be set must be turned off while it is busy data recovery, without disable this at the beginning of the extraction and allowing the time data is back. It's ok if you have a simple application, but can be very difficult to manage in large scale applications.

    you could create a popup 'Please wait', game modal true which will prohibit any use of the application below, on the outcome of the HTTPService simply remove the popup.

    you could just "this.enabled = false" in the main script, assign true value after the result.

    It is not really important what the app is the size.

  • The application offline / disable the application

    Hello

    I m about to upgrade to an APEX application and at the same time, moving them from 2.2 APEX APEX 3.1. Unfortunately the users access the application using the raw url. When I move the APEX 3.1 application I need to send a new url to them. This question I will fix later but it s is not possible now.

    So is there a simple way to put the old application offline, or somehow neutralizing him so that the user doesn´t access the old application by mistake?

    / Magnus

    Go to the shared components-> definition-> availability (change of status to not available)

  • temporarily disable the application?

    Hello

    Is there a way to "temporarily cut" an APEX application so that users can not access? It would be useful to do this while you upgrade an instance of Production in order to avoid users who are trying to make changes while the application is being updated.

    Thank you
    Steve

    Steve wrote:

    Is there a way to "temporarily cut" an APEX application so that users can not access?

    Yes, the application definition includes properties availability for exactly that.

  • How to disable the application?

    Hi dude...

    We know how control alert works, like that I wan to display a dragable Panel and I wan to turn off the background of the Panel (the application) as control of alert...

    Is this possible in flex and hw, it can be reached... and I re to display the Panel in the center of the window...

    Thanks in advance...

    Yo man,

    The PopupManager, this is what you need.  See the documentation here: http://help.adobe.com/en_US/flex/using/WS6c678f7b363d5da52e8f1ca1124a0430dcf-8000.html

  • JSF configuration to disable the creation of HTTP session

    I'm looking for something similar to the JSP session = false directive page. We are looking for a way to present our login page of applications without creating an http session (of course, we will use the session once they have authenticated, but before that we do not want to use resources for an unauthenticated user). Is there a way to do it with JSF, or do we make our connection to the page from a JSP page?

    Hello

    JSF always create a session when the State server-side is enabled. It is necessary, given that the JSF, navigation control and "stores" of the user States and components. If you want to avoid this, you need to change the status of processing on the client side. Your application will consume a little more bandwidth, but you save the memory of the server...

    See your implementation how JSF. For RI from Sun, you can set it in your web.xml:


    javax.faces.STATE_SAVING_METHOD
    customer

  • Disable the Application Office creative Cloud

    I'm trying to create a package with Creative could package version 1.7.0.31 on a pc.

    But I can not turn off the "Cloud Desktop creative Application' because the checkbox is enabled and grayed out.

    ccp.PNG

    In the case you need a complete solution including the creative cloud desktop application, you can sign in with the account of the company and create a package named license and you will be able to enable or disable Office creative cloud.

    Thank you

    Ashish

  • Cannot add new images of invalid message from the inventory-unknown

    ESXi 4.0 Build 208167

    vSphere Client

    I can connect to the data store ESXi and see my files and images.  I try to add a newly uploaded inventory image and it appears as invalid unknown

    I pass the machine host and restart management services

    I deleted all the inventory existing vmware images and added them successfully

    I restarted the server

    I can't add recently uploaded images

    Any help would be greatly appreciated

    Server recently put off because of a loss of power in the building, do not know if this has anything to do with this problem

    Joe P

    Images must be in the correct format specifically for ESX (i). You can try to use the VMware Converter Standalone tool to add the images. He can take care of the conversion of otherwise incompatible images.

  • Disable the application interface updates

    Hi all

    I m scripts long operations and would like to hide from users.

    Do you know if it s possible to disable InDesign update interfaces?

    Concerning

    Hey!

    Try this:

    // disableapp.scriptPreferences.enableRedraw = false;
    
    // enableapp.scriptPreferences.enableRedraw = true;
    

    Hope that helps.

    --

    tomaxxi

    http://indisnip.WordPress.com/

  • Satellite P500-16 t - how to disable the sound of multimedia keys?

    I recently offered a Satellite P500-16 t. First of all, I find nowhere any reference of this laptop. So if you have a similar and know how to stop the bipping when I put the sound, I'd be very happy. And, if by chance, you know why this laptop is not in the list of toshiba support, I would like to know as well.

    Thanks to you all.

    Hi topchrunch,

    Yes, you can disable the beeper Satellite P500 in the BIOS. Therefore, to access the system configuration and disable the beep. Setup Save & Exit and he works or let's say beep is disabled. :)

    Satellite P500-16 t belongs to the PSPGSE series, and as a result, you can download all the drivers and tools here:
    http://EU.computers.Toshiba-Europe.com > support & downloads > download drivers
    Laptop > Satellite > Satellite P Series > Satellite P500 > PSPGSE

    Check this box!

Maybe you are looking for