Re: Using ActiveMQ for personalized chat service

2014-12-04 Thread artnaseef
I looked at this one before: http://www.igniterealtime.org/projects/smack/ -- View this message in context: http://activemq.2283324.n4.nabble.com/Using-ActiveMQ-for-personalized-chat-service-tp4688033p4688358.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Using ActiveMQ for personalized chat service

2014-12-04 Thread artnaseef
Sure. Look for XMPP client libraries; I did that a while back, but don't recall where I found them. I'll take a quick look. Does openfire have a java client library? Keep in mind, XMPP is used by almost every chat-based application out there. I'm sure you can find the requisite libs. -- Vie

Re: Using ActiveMQ for personalized chat service

2014-12-03 Thread Kernel freak
Hello Artnaseef, Thank you for your reply. I looked up the project as you had described, I found that it is really good for supporting personalized chat services. With that I also found that it has some client it needs to run(running server is no problem), but I would like to integrate the chat fu

Re: Using ActiveMQ for personalized chat service

2014-12-02 Thread artnaseef
Try looking at XMPP, such as OpenFire (http://www.igniterealtime.org/projects/openfire/). It is specifically designed for chat (point-to-point -- i.e. two parties, or group chat). JMS is not designed for chat. For example, JMS does not provide facilities for storing messages (and it's a bad prac

Re: Using ActiveMQ for personalized chat service

2014-11-27 Thread Kernel freak
Hello, Even with Atmosphere I found the same problem, it is used for Broadcast messages instead of personalized messages. Is chatroom technology that much in demand, that I am unable to find any resources for personalized chatting, or is it just me. On Thu, Nov 27, 2014 at 2:12 AM, Ameer Mawia w

Re: Using ActiveMQ for personalized chat service

2014-11-26 Thread Ameer Mawia
On Nov 26, 2014 10:12 PM, "Leonardo K. Shikida" wrote: > > Hi > > Apache Tomee+ comes with Active MQ as its JMS provider. It's the > implementation for JavaEE message-driven beans. So it can start an embedded > JMS instance, managed by TomEE+. > > About your JSP page, I think you can use some java

Re: Using ActiveMQ for personalized chat service

2014-11-26 Thread Howard W. Smith, Jr.
It's not ActiveMQ, but see this Atmosphere (websockets) framework chat example. [1] https://github.com/Atmosphere/atmosphere/wiki/Getting-started-with-the-atmosphere-framework-and-websocket On Wed, Nov 26, 2014 at 11:39 AM, Leonardo K. Shikida wrote: > Hi > > Apache Tomee+ comes with Active MQ

Re: Using ActiveMQ for personalized chat service

2014-11-26 Thread Leonardo K. Shikida
Hi Apache Tomee+ comes with Active MQ as its JMS provider. It's the implementation for JavaEE message-driven beans. So it can start an embedded JMS instance, managed by TomEE+. About your JSP page, I think you can use some javascript to poll the server for new messages using ajax. [] Leo On