hotwax / OrderRouting

Order Routing
Apache License 2.0
0 stars 1 forks source link

Conditional Brokering Based on Product Store Configuration #20

Closed dixitdeepak closed 3 weeks ago

dixitdeepak commented 3 weeks ago

Ensure that orders are not picked for brokering if brokering is disabled for the product store.

There are scenarios where the brokering feature may be disabled for certain product stores due to various reasons. This is controlled by the ProductStore.enableBrokering attribute, which can be set to 'N' to indicate that brokering is not enabled.