I have many instances of my client application. These clients send requests to the server application through messaging and receive a response. Typically, a response is sent using a time queue.
Unfortunately, I have to use the Stomp protocol, which has no concept of time queues or themes. (Although the message broker has)
What is the best way to ensure that only the original requestor gets a response? Are there any best practices for this unfortunate situation?
, - , . :
:
: activemq.selector:JMSCorrelationID=.
activemq.selector:JMSCorrelationID=
, , , , .
JMS ( , ) - , .
( setJMSCorrelationID()) . , , . , , .
setJMSCorrelationID()
, , , , , . , , , , , ( JMS HornetQ - ).
, JMS /. API . , JMS.
- (Terracotta, Gigaspaces, Infinispan ..), , , .
Source: https://habr.com/ru/post/1788951/More articles:The type parameter specified from the type argument is c #Как обеспечить безопасность файлов и папок через С#.NET в файловой системе FAT - securityAdding MVC content to an existing ASP.NET application? - asp.netRemoving Deserialization of Protobuf-Net Objects Using a Filter - protobuf-netИскры внутри элемента mx не будет отображать встроенный шрифт - embedded-fontsUsing "Single" in Dynamic Linq - linqHow to check file extensions in c? - cIs there an algorithm to determine if the set of all valid XML instances for a particular XSD schema is a regular language or not? - regexwrite javascript on javascript html page - javascriptWhat does [...] mean in a bash script? - linuxAll Articles