이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 14. The Request/Response Pattern
14.1. The Request/Response Pattern 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Request/Response applications use the
reply-to
message property to allow a server to respond to the client that sent a message. A server sets up a service queue, with a name known to clients. A client creates a private queue for the server's response, creates a message for a request, sets the request's reply-to property to the address of the client's response queue, and sends the request to the service queue. The server sends the response to the address specified in the request's reply-to
property.