I know that WSO2 ESB is one of product of WSO2 EI platform.
But I need to connect oracle database and execute some sample queries, I cannot find this feature from WSO2 ESB, but WSO EI has that features
Please refer below Questions:
What if i use WSO2 EI instead of WSO2 ESB for integrate our systems and subsystems in productino usages ?
Which one is better to use ?
WSO2 EI is nothing more than a collection of profiles such as WSO2 ESB, WSO2 Message Broker etc. You can use WSO2 EI without any problem because WSO2 ESB is not released separately anymore. Download EI and start the ESB profile by going to [EI-HOME]/bin/integrator.sh.
Related
I am trying to publish the flow traces of the wso2 EI 6.4.0 messages in Jaeger.
My question is:
Does Jaeger support WSO2 EI version 6.4.0? Are there other alternatives for this version of WSO2?
Thank you very much and greetings
Jaeger tracing support is available from EI-6.6.0 version onwards.
However you can use the Analytics profile of WSO2 EI-6.4.0 to monitor statistics related to the message mediation that is carried out by the ESB profile of WSO2 EI.
https://docs.wso2.com/display/EI640/Working+with+Analytics
I have using WSO2 identity server,but i have facing problem for Policy creation,
because this is available in XACML Poliicy.
Document :
https://docs.wso2.com/display/IS570/Entitlement+with+APIs#EntitlementwithAPIs-publishToPDP()
any plugin any anything available for convert to REST API?
Yes there is no straight forward way to utilize PAP operations in REST way. But there are couple of alternate solutions.
If you are good in WSO2 EI (previously WSO2 ESB) you can use SOAP to REST transformation as per [1]
You can write your own java component as JAX-RS service in WSO2 Identity Server [2]
[1]https://docs.wso2.com/display/EI600/Using+REST+with+a+Proxy+Service#UsingRESTwithaProxyService-RESTClientandSOAPService
[2]https://wso2.com/library/articles/2016/10/article-exposing-wso2-identity-server-admin-services-the-rest-way/
I am using WSO2 EI 6.1.1. I am trying to consume Active MQ queue from inside the WSO2 REST API, but unable to achieve it. I don't want to use the proxy service of WSO2. Please provide some input.
WSO2 provides the JMS connector. Can you try with this?
I am new to Wso2 product suite.
I have the current stack wso2 esb 5.0.0(and analytics),wso2 as-5.3.0,wso2 am 2.0.0(and analytics).I want to inegrate ESB with API Manager.My requirement is I want to use Gateway, Store, Publisher, Analytics and ESB.
My decided port offsets are
API M -0
API M Analytics -1
AS - 3
ESB -2
ESB Analytics -4
Is this the correct way for the configuration.
To integrate ESB with API M,
1.Create an API in ESB using wso2 dev studio
2.Create an API in APIPublisher with production url of ESB's API and publish.
3.Subscribe using API store
4.Do the Analytics using APIM -Analytics and ESB Analytics.
Is this understanding correct?
I need to cluster this setup in Production.I came across API Facade pattern and thought that is the correct solution for my scenario.Kindly suggest the correct architecture communication.
There are compatibility problems between versions of ESB and BAM?
I'm trying to configure the two products, installing ESB feature, BAM Activity Data Mediation(Version 3.2.0) with the p2_repo http://dist.wso2.org/p2-zip/carbon/releases/3.2.0/20-06-2011/p2-repo.zip
I am having problems adding the ESB server in the BAM monotored servers, thrown an exception: Error Adding Server. Failed to subscribe to https: //localhost: 9444/services/BAMEventBrokerService. (Adding the ESB server in the WSO2 BAM as: https:// localhost: 9444 - Eventing - Mediation)
I try various combinations:
WSO2 ESB 4.0.0 with WS02 BAM 1.3.2 - Fail;
WSO2 ESB 4.0.0 with WS02 BAM 1.3.0 - Fail;
WSO2 ESB 4.0.3 with WS02 BAM 1.3.2 - Fail;
WSO2 ESB 4.0.3 with WS02 BAM 1.3.0 - Ok, I managed to configure it
properly, but Bam no refresh the data statistics. I send some request
to a ESB service, but BAM not register any thing.
Thanks
I saw this question now. Can you try with Mediation Data Agent and BAM Mediator
with latest ESB 4.5.1 and BAM 2.0.1. You can use 4.0.3 p2-repo. Compatibility is tested.