Monish Agarwal
Monish Agarwal
CreateQueueResult queueUrlResult = amazonSQSAsync.createQueue(env + "_" + serviceName); String queueUrl = queueUrlResult.getQueueUrl(); String subscriptionArn = Topics .subscribeQueue(amazonSNSAsync, amazonSQSAsync, getTopicName(service), queueUrl, true); try { if (filter != null) { SetSubscriptionAttributesRequest attributesRequest...
@debora-ito Can you please help me out, getting this fixed.
@debora-ito Can you please help me out to fix this asap. Is their any way to fix this from my side.