
|
If you were logged in you would be able to see more operations.
|
|
|
| Labels: |
|
| User impact: |
High
|
| Affects Docs: |
Yes
|
| Migration Impact: |
We'd need to document the preferred approach for configuring this router. I wouldn't change the current behaviour in order to maintain backward compatibility
|
|
1) The filter should be honoured on the endpoint instead of configuring it on the Router itself. This is a throwback to how the router was originally implemented
2) The router should only allow a single endpoint to be configured
|
|
Description
|
1) The filter should be honoured on the endpoint instead of configuring it on the Router itself. This is a throwback to how the router was originally implemented
2) The router should only allow a single endpoint to be configured |
Show » |
|
Also the Filter behaviour is as before, since the filter on the router determines if the router will actually be used. For routers that support multiple endpoints the filter on the endpoint is then used to determine in the current message should be routed through the endpoint.