rule "stream routing"
when true
then
    route_to_stream(name: "some name", remove_from_default: true);
end