Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
titleapplication.properties
...
blueriq
	default
		rabbitmq
			host:localhost
			port:30010
			username:guest
			password:guest
			virtualHost:/
			ssl:
				enabled:false

If desired, it is possible to configure other exchanges/queues in each component individually. To do that, the following properties can be used.

...