Skip to content

Tag: java

How to getQueueUrl as an array with an array of queueName?

Is there a way to get an array response for val getQueueUrlResponse on SQSClient.getQueueUrl method call with an array of sqsNames? I have many sqsNames and I’d like to batch the request into one request, I’d like to avoid hitting SQSClient multiple times. So if I have 10 elements in Array sqsName…

helpe to convert from java to php [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 months ago. Improve this question I have written a java code and I need help writing it in PHP because I do…

Can the following two cron expressions be used interchangeably?

I am trying to understand how Cron expressions are written and interpreted in Java. I am unable to understand how the two expressions listed below differ in physical sense: Expression 1: * * * 1/1 * ? * Expression 2: * * * * * ? * I referred to the description provided by CronExpressionGenerator and their des…