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.
In a flow with a JMS Publish Consume operation followed by a JMS Publish operation, with both using default configurations, the JMS Publish Consume is asynchronous, while the JMS Publish is 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.
7145a81
1 week, 1 day agopatilsagar24568
1 month, 3 weeks agolelebc10baar
1 year, 1 month ago