0 Replies Latest reply on Nov 4, 2019 10:18 AM by kumar.singh.devesh

    Jboss Resource Adapter Configurations for SQS

    kumar.singh.devesh

      We would like to replace IBM MQ’s with SQS as part of cloud migration exercise.

      Today we have this RCA configuration for IBM MQ in jboss.

      Do you know what would be the alternate configuration for SQS ?

       

      MQ RCA -

      <subsystem xmlns="urn:jboss:domain:resource-adapters:5.0">

      <resource-adapters>

      <resource-adapter id="wmq.jmsra:main">

      <module slot="main" id="wmq.jmsra"/>

      <transaction-support>XATransaction</transaction-support>

      <connection-definitions>

      <connection-definition class-name="com.ibm.mq.connector.outbound.ManagedConnectionFactoryImpl" jndi-name="java:global/XAConnectionFactory" pool-name="WSMQXAConnectionFactory">

      <config-property name="channel">

      CH.DYM.SVRCONN

      </config-property>

      <config-property name="hostName">

      dv.mq.netpost

      </config-property>

      <config-property name="transportType">

      CLIENT

      </config-property>

      <config-property name="queueManager">

      QMC.POST.DV

      </config-property>

      <config-property name="port">

      1414

      </config-property>

      <security>

      <security-domain>DefaultJmsRealm</security-domain>

      </security>

      <recovery>

      <recover-credential>

      <user-name>USER_NAME</user-name>

      <password>PASSWORD</password>

      </recover-credential>

      </recovery>

      </connection-definition>

      </connection-definitions>

      <admin-objects>

      <admin-object class-name="com.ibm.mq.connector.outbound.MQQueueProxy" jndi-name="java:global/queue/QUEUE.EVENTS.OUT" pool-name="dym-v000120-online-dv2-node1-queue1">

      <config-property name="baseQueueName">

      QA.DYMUC4.DYMONL.QUEUE_EVENTS.2

      </config-property>

      <config-property name="baseQueueManagerName">

      QMC.POST.DV

      </config-property>

      <config-property name="targetClient">

      JMS

      </config-property>

      </admin-object>

      </admin-objects>

      </resource-adapter>

      </resource-adapters>

        </subsystem>