Is it possible to request an azure queue to determine if an element is somewhere in the specified queue (based on some key property)?
Azure Queues are for sending asynchronous messages, not for searching. To support indexing, you should use an Azure Table or SQL Azure DB .
Azure Queues allow you to peek into the next message without deleting it .
Source: https://habr.com/ru/post/926751/More articles:How do I report that an activity has been covered by the notification area? - androidWhat happens when android activity starts another activity - javaHow to expand a document object? - javascriptHow to write code on paper efficiently - language-agnosticHow to create a mail () function and send an email with Joomla2.5? - phpCalling the "Main" method of the console application from the form application (via the button click event) - c #Customizing document properties using Word interop - ms-wordIOS Scope panel without search - iosnative Dart extension - postgresqlHow to use xmltable in oracle? - xmlAll Articles