Who's the best SOAP or JMS?

Hi all

can anyone suggest what is the best, SOAP or JMS to connect n/b bpel and esb both installed in different servers and why?

Thanks in advance...

Hi Spengler,

BPEL/ESB share layer Java/WSIF to this invocation on the same global transaction.
I'd go for JMS via SOAP protocol, as SOAP calls are expensive. SOAP over JMS or SOAP over HTTP can be tested in your environment for optimal performance, and then choose one of them.
For Web services, I would choose to SOAP over HTTP. For Java environments, could exceed for the JMS SOAP.
Hope that helps!

See you soon
Rémy Pucha

Tags: Fusion Middleware

Similar Questions

  • who is the best printer and ink for printing on perforated vinyl

    who is the best printer and ink for printing on perforated vinyl

    Any printer would work with vinyl, but I would prefer a DESKJET with an ADF (ADF).

    Through ADF will send smoothly and does not deform as much. The printer without the charger can bend the vinyl a little and it can create bubbles in the computer. Hope this helps, thanks.

  • who is the best 4 db Trigger for auto-differentiels?

    Hello

    Who is the best 4 db Trigger for auto-incrementielle of an id ...?
    With the help of a sequence and the sequence of call in an insert...
    Or by using the following code:
    ----------------------------------------
    SELECT NVL(MAX (SCDEDULE_ID+1),0)
    INTO V_SCDEDULE_ID
    FROM INSP_DAILY_SCHEDULE ;
    EXCEPTION
    when NO_data_found then null;
    WHEN OTHERS then null;
    END;
    or both are the same thing... ?

    Pls advice me..... !

    Kind regards

    Abdetu...

    As already mentioned, you should definitely use sequences, because they are the only mechanism that works in multi user environments. Each user will receive a different schedule_id assigned, while the use of the nvl - max method two sessions when it is running at the same time will acquire the same schedule_id. You can of course lock the entire table to work around this problem, but which leads to questions of scalabilty. Sequences are also faster, as can be seen in the following example:

    SQL> create table insp_daily_schedule
      2  ( schedule_id number primary key
      3  , other_columns varchar2(100)
      4  )
      5  /
    
    Tabel is aangemaakt.
    
    SQL> create sequence myseq
      2  /
    
    Reeks is aangemaakt.
    
    SQL> create package schedule_api
      2  as
      3    procedure add_daily_schedule_nvlmax
      4    ( p_other_columns in insp_daily_schedule.other_columns%type
      5    );
      6    procedure add_daily_schedule_sequence
      7    ( p_other_columns in insp_daily_schedule.other_columns%type
      8    );
      9  end schedule_api;
     10  /
    
    Package is aangemaakt.
    
    SQL> create package body schedule_api
      2  as
      3    procedure add_daily_schedule_nvlmax
      4    ( p_other_columns in insp_daily_schedule.other_columns%type
      5    )
      6    is
      7      l_schedule_id insp_daily_schedule.schedule_id%type;
      8    begin
      9      select nvl(max(schedule_id),0)+1
     10        into l_schedule_id
     11        from insp_daily_schedule
     12      ;
     13      insert into insp_daily_schedule
     14      ( schedule_id
     15      , other_columns
     16      )
     17      values
     18      ( l_schedule_id
     19      , p_other_columns
     20      );
     21    end add_daily_schedule_nvlmax
     22    ;
     23    procedure add_daily_schedule_sequence
     24    ( p_other_columns in insp_daily_schedule.other_columns%type
     25    )
     26    is
     27    begin
     28      insert into insp_daily_schedule
     29      ( schedule_id
     30      , other_columns
     31      )
     32      values
     33      ( myseq.nextval
     34      , p_other_columns
     35      );
     36    end add_daily_schedule_sequence
     37    ;
     38  end schedule_api;
     39  /
    
    Package-body is aangemaakt.
    
    SQL> set timing on
    SQL> begin
      2    for i in 1..10000
      3    loop
      4      schedule_api.add_daily_schedule_sequence(lpad('*',100,'*'));
      5    end loop;
      6  end;
      7  /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:00.93
    SQL> /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:00.92
    SQL> /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:00.92
    SQL> begin
      2    for i in 1..10000
      3    loop
      4      schedule_api.add_daily_schedule_nvlmax(lpad('*',100,'*'));
      5    end loop;
      6  end;
      7  /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:01.32
    SQL> /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:01.68
    SQL> /
    
    PL/SQL-procedure is geslaagd.
    
    Verstreken: 00:00:01.32
    

    The only counter-argument that can be given for the nvl - max method, is that it is the independent database, while Oracle sequences are used by Oracle only as far as I know. But since independence database should never be a goal because it leads to poor applications and poor database design because it can only operate features that each database has, this argument is hardly any value.

    Kind regards
    Rob.

  • Aspire v3 - 772 g nvidia gtx 760 m. who are the best drivers for this graphics card?

    I have used so many drivers for this graphics card... some of them drop fps, others are late or whatever... I would like to know which are the best drivers to use? SRY for my English. Thank you

    Click the help button at the top of this page. Choose your country. Click on drivers and manuals. Click on laptop aspire v3 - 772 g. Choose Win8 or Win8.1. Nvidia VGA drivers listed are recommended.

    Jack E/NJ

  • Who are the best trigger/s to use for this? (Issue of master-detail)

    Hi all

    I am currently updating an old Oracle database. The last phase is to apply foreign keys (their absence on the PB at the moment). It is fine - the keys are easily identified - but it will cause a problem with some of the application that uses these tables. It is written in Oracle Forms (version 10g, although a large part of the code is from an earlier version). In some forms, the block order is such that the detail is committed to the master! Of course, this now gives a constraint error. This was done largely for the purposes of validation, for example. to check some detail item exists before committing the master.

    What is the best way to solve this problem now? Is the trigger of the POST-FORMS-COMMIT the best to use for validation?

    The only idea I have for this would be to "rewrite" the userexit-standard pl/SQL code and proceed in the same way (POST-FORMS-COMMIT)

  • Who is the best SSD 500GBs in an early 2011 Mac Book Pro?

    I just updated my RAM to 4GBs to 16GBs in May 2011 beginning 15 "MacBook Pro, now I'm looking to upgrade my computer with an SSD. I'm looking for some 500GBs because 1 TB is too expensive for me right now. Any suggestions?

    Thank you very much!

    The only thing I can say, is that the only true upgrade in today's world is a Solid State Drive. Now you can go to Crucial.com and get a 480 GB ssd for 139.99 or a 500 GB for about 159.99 about. A regular HARD drive could cost you half, but it's so worth the extra mulah.

  • My new ThinkPad Yoga comes with 3 energy saving modes. Who gives the best battery life?

    My new ThinkPad Yoga has these modes in the control panel power options:

    High performance

    Balanced

    Energy-saving

    Energy-saving

    Which one should I choose for use of battery? Blanaced, saving energy or Power saver? It is not very clear. Thank you!

    Classification of use (worse better) for the management of the power supply.

    1. high performance
    2 balanced
    3. power Saver
    4 energy Saver

    For example, energy-saving disable the hard drive on the battery in 5 minutes, while power saving mode turn off the HDD in 3 minutes.

  • Who has the best model of the video gallery for purchase?

    Specifically, I would have preferred a model that focuses on the video.

    If you're not picky, there are literally thousands of models HTML upward you could easily buy if you want to focus strongly on the video, then you could so minor changes made to the model to adapt with BC, as the form etc. data record. In addition to video, depends on just what are the other features that you need.

  • What is the best apple product to edit pictures and iMovie

    I am looking to buy a new macbook and I want to know what the best apple product for editing photos and iMovie?

    That's like asking who has the best coffee. You are going to have a lot of different answers.

    GraphicConverter is a very powerful photo editor with tons of features.

  • What desktop is the best to buy?

    original title: WHAT DESKTOP PC IS THE BEST ONE to BUY?

    Hi, did anyone know who is the best desktop PC buy or is it important? We have never had a PC before. We have an Acer laptop at the moment. It's really confusing because there is so much to choose from. Please can someone help me.

    Hello

    These are forums to give help with vista operating system problems

    We do not recommend that you buy a particular brand and not another

    you will need to do your own research and buy a computer that has more system requirements recommended that an operating system indicates it requires

  • my home network that gets the best connection

    I have my router connected to my pc and one switch (another router) connected to the computer of the children upstairs and other connected via wyfi who gets the best signal?

    Because in most cases, the Internet itself is significantly slower than any local LAN connection, there will be little difference that the bottleneck is the internet.

    About the only exception is a very common wireless network. Because all of the wireless clients are connecting to the same base station all have to share this speed of connections. So the performance of the base station must be divided between the number of clients. As mentioned WiFi speed tends to be higher that is practically possible and any additional loss occurs between customers, this can have an effect.

  • Quality of ink Officejet 8000 VS Deskjets? What is the best?

    Who uses the best quality of ink?  OfficeJet Pro 8000 or Deskjets?

    OfficeJet Pro 8000 uses pigments and Deskjets dye.  Pigmented inks are supposed to be better than dye inks.

    However, for Officejet Pro 8000 (HP 940) inks are much cheaper that I wonder about the quality.  Is - this cheap due to supply and demand (reserved for desktop = a lot of impressions = inks purchased most often) or is it cheap because it is of lower quality?

    The reason that the ink cartridges are cheaper is because the Office jet 8000, the cartridge is simply a reservoir of ink. the print heads are separated and would only need to be replaced if they were not. Deskjets you buy ink and the new printheads in each cartridge.

  • What are the best settings for the export of the comps before edditing in Premiere Pro

    Hi all!

    As the title says, who are the best settings to export compositions of EI on Pr.Pro and then edit them?

    Let me explain: I have two comps in AE (intro and outro) and want to export in Pr.Pro for with a fottage edditing I shot.

    When I give the size of the files are huge (30 sec = 7 GB).

    Which is the best method (and settings) I can export the intro and outro to a 'normal' size of the file and then put them in Pr.Pro without losing quality?

    [Comp settings: HDTV 1080 29.97 (1920 x 1080)]

    AE and Premiere Pro the two CS4

    If you're having trouble to play things in your Premiere Pro timeline, then find out editing in offline mode. In the edition offline, you work with a version of lower quality of an asset when editing and then replace with a version high quality when you are ready for the release.

  • which is the best - oracle 10g / 11g or DB2 UDB / EC 9/9.5/9.7 or mysql 5.0?

    Mr President

    who is the best? most large market reach? What is statistics for the following databases in India and in the world? with the turnover of grater by navigating their database product?

    * 1 ^ st ^ oracle 10g / 11 g *.
    or
    * 2 ^ nd ^ DB2 UDB / EC 9/9.5/9, 7 - it's a product of ibm, but it supports mainframe support oracle mainframe.does? *
    Gold
    * 3 ^ rd ^ mysql 5.0 EE / THIS *.

    or

    * 4 ^ th ^ other (s) - and then specify its best features too.*

    If done Googling package (s) on this issue but don't find a chart or a statistical record for it.is it not in the book of Records oracle?

    Look at it can seek a technical forum off topic but it is so relevant for one student who want to be in the field of database (s)? side by it is relevant for the general database forum side also...

    concerning
    Holmes

    Edited by: s.holmes on July 17, 2009 23:15

    Hello

    Well said Aman.

    @OP,
    We can not campare database to another database which is just useless.
    If you really want to know about the product, then 'Buy' and 'start' using this product, so you can understand what is the pro and cons of each product.

    In short, if you want to know then software Oracle is on top on the market for the database.

    Thank you

    Kind regards
    Taj

    Published by: Mohammed Taj on July 19, 2009 10:51

  • Hi me Mamadou Moustapha I bought apple that i phone 6s a few days find out who the best phone of the world, because the day I bought it, I had questions on screen and when I went to the service center, they said they're going to update they have updated o

    Hi me yedess apple that i 6 s phone few days back knowing have the best phone in the world since the day I bought that I have questions on screen and when I went to the service centre they said they're going to update, I bought they updated after that I have the same problem now they say they're going to fix very terrible situation for apple this new product which has manufacturing defect they will repair, I asked to change device they deny because they want to fix m single i face the problem of the first day of the customer are powerless and that they only make just crazy.

    It's what warranties are for. If you bought the phone from Apple or an Apple authorized reseller, iPhone, you have 14 days to return it for a refund. After that the Bank should replace the phone. If you did not buy from Apple or a shop authorized, you must respect the terms of this store. However, Apple will always replace the phone, if you contact them directly.

Maybe you are looking for