https://github.com/backbase/mock-channel-connector
This service is used by the Message Delivery capability for mocking any channel.
https://github.com/backbase/mock-channel-connector
backbase communication message-delivery testing
Last synced: 7 months ago
JSON representation
This service is used by the Message Delivery capability for mocking any channel.
- Host: GitHub
- URL: https://github.com/backbase/mock-channel-connector
- Owner: Backbase
- License: other
- Created: 2022-11-18T20:37:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T18:43:23.000Z (7 months ago)
- Last Synced: 2025-08-18T15:55:57.463Z (7 months ago)
- Topics: backbase, communication, message-delivery, testing
- Language: Java
- Homepage: https://github.com/backbase/mock-channel-connector
- Size: 59.6 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This service is used by the Message Delivery capability, and provides the ability to mock any channel.
---
## Table of contents
* [About](#about)
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)
## About
The `mock-channel-connector` adds support for sending a message to any channel it is used within the [Message Delivery](https://community.backbase.com/documentation/foundation_services/latest/message_delivery) capability.
In the below diagram you can see how it fits into the Backbase architecture.
This connector was created using the following guide [Build a custom channel](https://community.backbase.com/documentation/foundation_services/latest/build_custom_channel). We use the `communication-channel` building block as a baseline and implement the connector to support any channel specification.

## Usage
This service is deployed like any other Backbase capability/service and ships with a Docker image.
The service listens to all the out-of-the-box channels: `push`,`in-app-notification`,`message-center`,`sms`, `email`.
## Contributing
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
Please adhere to this project's [code of conduct](CODE_OF_CONDUCT.md). For detailed instructions on repo organization, linting, testing, and other
steps see our [contributing guidelines](CONTRIBUTING.md)
#### Contributors
[](https://github.com/backbase/mock-channel-connector/graphs/contributors)
## License
This project is licensed under the **Backbase** license.
See [LICENSE.md](LICENSE.md) for more information.