InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Ic And Queue? |
|
Answer» A ic is TYPICALLY USED for ONE to MANY messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i.e. it supports Point to Point Messaging. A ic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i.e. it supports Point to Point Messaging. |
|