For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
I met a problem.When I configure the parameter "_enable_NUMA_support=TRUE" , I can't startup the database. My system have 32 sockets in NUMA architecture. Do anyone know this parameter have some limit ?
Can anybody please answer my query.
Thanks
you can use throttling in OSB refer http://docs.oracle.com/middleware/1213/osb/administer/osb-message-throttling.htm
hi
12.1.3, EDN supports only Oracle AQ JMS and Oracle WebLogic Server JMS providers. MQ is not supported
by default the JMS type is WLJMS, to see the JMS type: goto EM-> right click soa-infra->Administration->System MBean Browser->search for EDNConfig mbean ->JmsType
You can define the event(.edl) from the schema(xsd) in JDeveloper for the soa server.
43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))
Refer the following in the above link
http://docs.oracle.com/middleware/1213/soasuite/administer/business-events-manage.htm#SOAAG98178
Support for both the Oracle AQ JMS and Oracle WebLogic Server JMS providers. An Oracle WebLogic Server JMS topic (default) and an AQ JMS topic are automatically configured for EDN use after installation. The default JMS type can be switched from Oracle WebLogic Server JMS (default) to AQ JMS in Oracle Enterprise Manager Fusion Middleware Control. For more information, see "Mapping Business Events to JMS Topic Destinations on the Business Events Page" of Administering Oracle SOA Suite and Oracle Business Process Management Suite.
Hi,
How to achieve Throttling in SOA Suite or this is archive in WebLogic and OSB only ?
or SOA Suite dose does not provide any option to achieve Message Throttling form its GUI/JDeveloper or EM but through WebLogic or OSB it can be achieve ?
If Event Driving Network is using Oracle AQ JMS and Oracle WebLogic Server JMS then why don’t we use JMS or AQ using Adapters. Then what is the benefits of using Even instated of using JMS because internally it is using JMS only ?
Hi
EDN is a lightweight manager above JMS. By default SOA comes with OOTB EDN JMS topic.
EDN users don't need to directly handle underlying JMS destinations. They publish and subscribe events to EDN
Basic XPath filters supported by EDN.
Plus there is JMS API and EDN API available for non-SOA clients to pub/sub with SOA EDN.
Refer: 43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))
Further main benefits of using EDN instead of JMS messaging are:
To interact with SOA components via EDN events
Strong typing with inherent XML support.
Easy to use: simple event type definition, pub/sub configuration (design-time), and you are ready to deploy/run.
No need to manage JMS administered objects, e.g. queue, connection factories, etc. - This is true in 11g. This is also true in 12c unless scalability becomes a concern where additional JMS topic is needed with event-to-JMS mapping change.
PL/SQL (database) publishers supported (if based on AQ).