Is there any way to replace JCA properties in OSB by customization file during deployment to higher
Sample MQ jca file:
<adapter-config name="MQAdapter" adapter="mq" wsdlLocation="MQAdapter.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
<connection-factory location="eis/MQ/EMSHubInbound"/>
<endpoint-activation portType="Dequeue_ptt" operation="Dequeue" UITransmissionPrimitive="Dequeue">
<activation-spec className="oracle.tip.adapter.mq.inbound.ActivationSpecImpl">
<property name="QueueName" value="NR.L.EMS.001"/>
</activation-spec>
</endpoint-activation>
</adapter-config>
Currently we are modifying "QueueName" from SB console while deploying in higher environment.
Is there any way to replace JCA properties in OSB by customization file during deployment to higher environment?