Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can gateway be used to create separate channels and space

New Here ,
Oct 23, 2014 Oct 23, 2014

I have been reading about gateways and want to build a new CF11 application to use it. What I want is that my application can comunicate with operators in the field, two ways, realtime, so that every operator has his own personal postbox. Is this possible? 

TOPICS
Event gateways
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 01, 2014 Nov 01, 2014

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.

Translate
New Here ,
Oct 31, 2014 Oct 31, 2014

Can anyone help?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 01, 2014 Nov 01, 2014

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 02, 2014 Nov 02, 2014
LATEST

Thank you very much BK!!! That gives me confidence because I had already started playing with activemq.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources