Projects tigase _server server-core Issues #1425
How to implement a component that can listen to MQ messages and access tigase (#1425)
Open
Unknown opened 4 years ago

How to implement a component that can listen to MQ messages and access tigase

Unknown commented 4 years ago

Component development is covered in our documentation: Component Development

If you have issues with creating the component please ask more detailed questions regarding issues that you are facing.

Unknown commented 4 years ago

Thank you very much,I've solved it。But how to consume MQ messages。I handle a lot of messages in the everysecond () method rewritten by the custom component。Is there a better way?

Unknown commented 4 years ago

Thank you very much,I've solved it。

Could you share what the problem was and how you solved it?

But how to consume MQ messages。I handle a lot of messages in the everysecond () method rewritten by the custom component。Is there a better way?

Could you share your design and flow (or better yet - source code)? In general Tigase is event driven and all processing should be done in public void process(Packet packet) {} method.

issue 1 of 1
Type
Question
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1425
Please wait...
Page is in error, reload to recover