10-05-2016 12:30 PM
Hello,
We are building a Server application that will connect to the Finesse Server and receive notifications about various agents in a team like agent state changes like ready, not ready and also receive call notifications like call answered, call hung up, dialing etc. We are using XMPP Notification service of Finesse.
My question is regarding which objects to subscribe, is it best to subscribe at a team level or should the Server app be subscribing at an Agent level. Since this is a server app, we want to make sure that the subscription uses optimal network and hardware resources.
Appreciate your thoughts on this.
Thanks,
Param
Solved! Go to Solution.
10-05-2016 01:51 PM
Hi,
Agents are automatically subscribed to their User, Dialog, and the SystemInfo node. Please see the Subscription Management section of the Developer Guide for more info.
In terms of establishing the connection from the server application to the Finesse notification, you want to do it per user. So you will want to login each agent to the Finesse notification service.
I hope this answers your question.
Thanx,
Denise
10-05-2016 01:51 PM
Hi,
Agents are automatically subscribed to their User, Dialog, and the SystemInfo node. Please see the Subscription Management section of the Developer Guide for more info.
In terms of establishing the connection from the server application to the Finesse notification, you want to do it per user. So you will want to login each agent to the Finesse notification service.
I hope this answers your question.
Thanx,
Denise
10-05-2016 11:23 PM
Thanks Denise, this server will only receive XMPP Notifications for Agent and Call/Dialog messages. Do you still recommend subscribing per user ? The documentation refers to subscribing for notifications at a team level to receive notifications about all users and their dialog/call related messages. I am trying to find out the best practice.
10-10-2016 10:43 AM
Hi Param,
Yes, you should still be subscribing per user. Team level notification only pertains to agent state and not dialog/call.
Thanx,
Denise
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide