WSO2 BAM - ESB sinchronization

367 Views Asked by At

Hello Stackoverflow & WSO2 community,

I want to thank you for the ongoing support from the beginning of my architecture building. I'm not much skilled at creating SOA solutions, and your support has been, is and will be much important.

While trying to solve the ESB problem, I was trying to connect BAM and ESB following the tutorial I found in wso2bam-1.3.2\samples\eventing-mode-mediation-monitoring.

My steps has been:

  • Adding the repository in WSO2 ESB;
  • Adding the "BAM Mediation Statistics Data Publisher" feature;
  • Enabling statistics on a simple service;
  • Adding the ESB server in the WSO2 BAM as: https://<ip-address>:9443/carbon/ or https://<ip-address>:9443/carbon/services, with
    • Data Collection Method: Eventing
    • Type of Data: Mediation;
  • Running the proxy service from an external client (Netbeans java application) - note that statistics were reported into the graphic near the proxy service of the ESB
  • Checking the BAM - but, for instance, the Service Calls gadget says:

No services found for the server https://<ip-address>:9443

I deduce something went wrong.

If you can help me again, I'm going to begin thinking about a way to give you some kind of useful feedback!

1

There are 1 best solutions below

4
On

It seems BAM 1.3.2 seems to have an issue with the ESB. Could you try with BAM 1.3.0? It should just work.