📄️ Introduction
ebms-core is a Java implementation of the EbMS 2.0 specification.
📄️ EbMS Core
📄️ Overview
You can use ebms-core by integrating it into your own Java application, or you can use it as a standalone SOAP Service through ebms-admin.
📄️ Development
If you want to use ebms-core in your own application you have to add the JAR to your project. You also have to add the Spring configuration class MainCondig.java to your project or replace it by your custom implementation. Finally you have to add the EbMSServlet class to your web configuration to expose the EbMS Interface. Your application can manage the adapter through the EbMS API. This API can also be exposed as SOAP Services.
📄️ Properties
Below the default properties of ebms-core.
📄️ Caching
The default cache type is DEFAULT which is a simple in-memory cache. You cannot disable caching anymore. To enable caching with overflow to disk, configure the EhCache plugin. To enable distributed caching, configure the Hazelcast plugin. When you are scaling the EbMS Adapter, you should set enable Hazelcast.
📄️ Database support
The EbMS Adapter supports the following databases:
📄️ EbMS API
The EbMS API consists of the following services
📄️ Release Notes
ebms-core-2.20.6.jar
📄️ Roadmap
release 2.20.x