https://github.com/johnpcarter/wxibmeventstreamsdemo
https://github.com/johnpcarter/wxibmeventstreamsdemo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpcarter/wxibmeventstreamsdemo
- Owner: johnpcarter
- Created: 2024-08-30T06:55:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T15:35:09.000Z (about 1 year ago)
- Last Synced: 2025-08-23T05:04:32.926Z (8 months ago)
- Language: HTML
- Size: 9.35 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package Name : WxIBMEventStreamsDemo
This is a webMethods package and requires a webMethods Integration Server to host it. Package versioning and configuration can be found in the package [manifest](./JcEventStreamsCollaboration/manifest.v3) file. Service and API documentation is available on the package's home page http:// <server>:<port>/<packagename>.
We've created this package in order to give you a demo of how to produce and consume messages from IBM Event Streams with webMethods Integration.
## Setup
You will need to update the connection properties from the admin UI at http://localhost:5555, then navigate to Streaming -> Provider settings -> "WxIBMEventStreamsDemo_IBMEventStream_SaaS"
Edit the kafka connection properties with your own by copying and pasting them into the "Configuration Parameters" section. Don't forget to then replace the password value [*****] with your own API key.
You should then test the connection to see if webMethods can successfully fetch available topics and if that works you can then enable the connection for use.
## Try it
To try it out navigate to the package's home page at http://localhost:5555/WxIBMEventStreamsDemo