Petals BC Gateway tooling

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
* {{bc-gateway.add-transport-listener}}: Add a new transport listener,
* {{bc-gateway.del-transport-listener}}: Remove an existing transport listener,
* {{bc-gateway.list-transport-listener}}: List existing transport listeners of the Petals BC Gateway,
* {{bc-gateway.repropagate}}: Re-propagate endpoints to the domain clients connected on the current gateway.

The default component identifier used is: {{petals-bc-jbi-gateway}}.

h2. List existing transport listeners

The command *{{bc-gateway.list-transport-listener}}* provides a way to list all configured transport listeners of the given Petals BC Gateway and given criteria: transport listener identifier and/or port.

{code}
USAGE:
bc-gateway.list-transport-listener [-i <transport-listener-identifier>]
[-n <component-identifier>] [-p <listening-port>]


DESCRIPTION:
List transport listeners of the given BC Gateway

OPTIONS DESCRIPTION:
-i,--identifier <transport-listener-identifier> The unique identifier
of the transport
listener to list.
-n,--component <component-identifier> The component
identifier associated
to the BC Gateway.
-p,--port <listening-port> The listening port of
the transport listener
to list.
{code}

The default component identifier used is: {{petals-bc-jbi-gateway}}.

h2. Refresh endpoint propagations