Content
In a project this module can be directly used without any modification together with the [OSIP Subsystem Specification](https://interface21-io.gitbook.io/osip) or it can be extended by custom message types. In the first scenario the Spring Boot application can be directly started or the pre-built [Docker container](https://hub.docker.com/r/openwms/org.openwms.tms.routing) can be used as well.
But in case you want to extend the message handling and/or want to disable the standard [OSIP Subsystem Specification](https://interface21-io.gitbook.io/osip) messaging then you need to create an empty project and refer to this module as a build dependency. To disable all existing [OSIP](https://interface21-io.gitbook.io/osip) endpoints set the environment property `owms.osip.enabled` to `false`