|
Since SWITCHYARD-1490 added some endpoint properties user may specify, so we need to support configuring those from tooling as well.
Possible properties are (all of these are optional):
- jndiPropertiesFileName
- destinationJndiPropertiesFileName
- connectionFactoryJNDIName
- replyTo
- faultTo
- messageType
- username
- password
An example of some of those are here:
https://github.com/igarashitm/release/commit/3f33fce7c0f0e736b16ecaa60612658acacee356#diff-3
|