This content has been marked as final.
Show 3 replies
-
1. Re: Can gateway be used to create separate channels and space
Monique1335 Oct 31, 2014 9:11 AM (in response to Monique1335)Can anyone help?
-
2. Re: Can gateway be used to create separate channels and space
BKBK Nov 1, 2014 5:38 AM (in response to Monique1335)Yes, it is possible. In fact, ColdFusion 11 offers you a number of choices, depending on your needs.
You could use the JMS and ActiveMQ gateways to implement a messaging platform between base-station (the company or back office) and operators. You may then use queues for point-to-point ('personal') messages and topics for publish-subscribe messaging. If you want just a light, chat-like messaging platform, then you could use websockets.
-
3. Re: Can gateway be used to create separate channels and space
Monique1335 Nov 2, 2014 1:01 AM (in response to BKBK)Thank you very much BK!!! That gives me confidence because I had already started playing with activemq.

