A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?
A.
Publish consume: Synchronous. Publish: Asynchronous.
B.
Publish consume: Asynchronous. Publish: Synchronous.
C.
Publish consume: Asynchronous. Publish: Asynchronous.
D.
Publish consume: Synchronous. Publish: Synchronous.
The correct answer is:
A. Publish consume: Synchronous. Publish: Asynchronous.
Publish consume is synchronous because it waits for a response after sending a message.
Publish is asynchronous as it sends a message without waiting for a response.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
patilsagar24568
2 weeks, 3 days agolelebc10baar
1 year ago