Oracle SOA Suite (MOSC)

MOSC Banner

Is there any way to replace JCA properties in OSB by customization file during deployment to higher

edited Apr 13, 2018 5:00AM in Oracle SOA Suite (MOSC) 1 commentAnswered

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center