Gets an instance of a message queue @return MessageQueue @throws ARIException when error
()
| 297 | * @throws ARIException when error |
| 298 | */ |
| 299 | public MessageQueue getWebsocketQueue() throws ARIException { |
| 300 | return getWebsocketQueue(false); |
| 301 | } |
| 302 | |
| 303 | /** |
| 304 | * In order to avoid multi-threading for users, you can get a |