Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | 5.6 and later |
I want to deploy my BusinessEvents application in Docker. This application needs to reach out to a locally-run TCP service, which is also deployed in Docker. What IP address should I use in my BusinessEvents application to ensure a successful connection?
$ docker inspect oracle12_db | grep \"IPAddress\"\:\
"IPAddress": "172.17.0.2"
This IP address should be recognized by the Docker container that runs your BusinessEvents application. Use this IP address when configuring URIs for connection resources (e.g. HTTP, JMS, JDBC) and applicable Channel definitions (e.g. Kafka).