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
The Petals BC Gateway tooling pack for Petals CLI is a set of commands relatives to the Petals BC Gateway. The pack comes with the commands:
* {{bc-gateway.add-transport-listener}}: Add a new transport listener,
* {{bc-gateway.del-transport-listener}}: Remove an existing transport listener,
* {{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. Remove an existing transport listener

The command *{{bc-gateway.del-transport-listener}}* provides a way to configure a Petals BC Gateway to remove an existing transport listener.

{code}
USAGE:
bc-gateway.del-transport-listener -i <transport-listener-identifier>
[-n <component-identifier>]


DESCRIPTION:
Remove a transport listener of the given BC Gateway

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

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

h2. Refresh endpoint propagations