Gateway can be used to create separate channels and space

I was reading on the catwalks and want to build a new CF11 application to use it. What I want is that my application can communicate with the operators on the ground, in two ways, in real time, so that each operator has its own personal mailbox. Is this possible?

Yes, it is possible. In fact, ColdFusion 11 offers a number of choices, according to your needs.

You can use gateways JMS and ActiveMQ to implement a messaging platform between operators and (the company or the back office) base stations. You can use queues for messages ("staff") of point to point and topics for publish / email subscription. If you want just a light, cat - like messaging platform, then you can use websockets.

Tags: ColdFusion

Similar Questions

Maybe you are looking for