Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Questions about Server to Server API

Avatar

Level 2

1) If server is not interested in receiving messages from LCCS, but it needs to push messages to clients using LCCS, does it need to subscribe to the collection node before calling publishItem? or it just need to login to LCCS account and call publishItem?

2) if a client app and its server session both connect to LCCS, will they be treated as two different users in LCCS world?

3) Sever to Server API impact on usage cost

1 Accepted Solution

Avatar

Correct answer by
Employee

1) No need to subscribe from the server side for any of the S2S API. You just need to make sure the nodes exist.

2) Server sessions don't show up as users in the room (you are really doing asynchronous pushing of messages)

3) We are currently not charging for S2S calls or notification (we may change that in the future but for now we don't), but publishing messages will contribute to bandwidth and message usage.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

1) No need to subscribe from the server side for any of the S2S API. You just need to make sure the nodes exist.

2) Server sessions don't show up as users in the room (you are really doing asynchronous pushing of messages)

3) We are currently not charging for S2S calls or notification (we may change that in the future but for now we don't), but publishing messages will contribute to bandwidth and message usage.