{
"queue": {
"payloadType": ".......",
"ovOnly": true,
"type": "topic",
"provider": ".............................",
"name": "<<QUEUE NAME>>",
"dtssQueue": false,
"groupingQueue": false,
"dataPipelineQueue": false,
"enabled": false,
"typeFilter": [
"ENTITY_CREATED",
"ENTITY_CHANGED"
],
"objectFilter": ".....................",
"format": "JSON",
"JMSEventsFilteringFields": [
"objectVersion",
"attributes.rhgClientID",
"createdBy",
"commitTime",
"attributes.EnableEMMAOutbound",
"createdTime",
"type",
"uri"
]
},
"tenantId": "<<Tenant ID>>",
"index": 8
}
------------------------------
Ashish Rawat
Associate Director
Radisson Hotel Groups
Bangalore
------------------------------
Original Message:
Sent: 02-25-2026 06:06
From: Prasad SS
Subject: Is Updating External SQS Queue Configuration via Reltio API Supported?
Hi Ashish,
Thank you for the details. The API you shared is working as expected to disable streaming at the physical configuration level, but this change applies to all SQS queues configured within our tenant.
Our requirement is to disable streaming at an individual/Single SQS queue level during the data load process and then re-enable it once the load is completed.
Could you please advise if there is a supported way to achieve this?
------------------------------
Prasad SS
Software Engineering Professional
British Telecom
Bengaluru
------------------------------
Original Message:
Sent: 02-25-2026 04:00
From: Ashish Rawat
Subject: Is Updating External SQS Queue Configuration via Reltio API Supported?
This should work
PUT https://console.reltio.com/api/pmsService/environments/mpe-01/updatePhysicalConfigParams/<<Tenant ID>>
Body {"streamingEnabled":false}
------------------------------
Ashish Rawat
Associate Director
Radisson Hotel Groups
Bangalore