Unni Krishnan
Unni Krishnan
Additional params can be taken from environment variable and can be show in the message. Example Client name or some other custom parameter
Is there any way to change message visibility of SQS messages. ``` @MessageMapping("SQS_URL) public void queueListener(String message,@Header("ReceiptHandle") String receiptHandle) throws Exception { amazonSqs.changeMessageVisibility(new ChangeMessageVisibilityRequest(sqsURL, amazonMessage.getReceiptHandle(),120)); } ``` This might change...
I am getting the above error. I printed the criteria, it seems to be fine. I am using rockmongo-1.1.7.