
templates.cucumber.test.pipeline-messaging.properties.vm Maven / Gradle / Ivy
# Set messaging steps to use in-memory connector for testing
#foreach($step in $pipeline.steps)
#if ($step.hasMessagingInbound())
${step.name}.in.connector=smallrye-in-memory
#end
#if ($step.hasMessagingOutbound())
${step.name}.out.connector=smallrye-in-memory
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy