using apache activemq with prolog

12
Using Apache ActiveMQ with Prolog Fernando Ribeiro Senior Solution Architect

Upload: fernando-ribeiro

Post on 19-Jul-2015

180 views

Category:

Software


2 download

TRANSCRIPT

Page 1: Using Apache ActiveMQ with Prolog

Using Apache ActiveMQ with Prolog

Fernando Ribeiro

Senior Solution Architect

Page 2: Using Apache ActiveMQ with Prolog

Summary

• Overview

• Samples

– JIProlog, Jekejeke Prolog, tuProlog

• References

Page 3: Using Apache ActiveMQ with Prolog

Overview

• Apache ActiveMQ provides protocol support that can be used in Prolog

• Message brokers should be preferred over bridges, for example, for application integration

Page 4: Using Apache ActiveMQ with Prolog

JIProlog

• Send to Queue –https://simplesassim.wordpress.com/2015/01/14/how-to-send-a-message-to-an-apache-activemq-queue-with-jiprolog/

• Send to Topic –https://simplesassim.wordpress.com/2015/01/14/how-to-send-a-message-to-an-apache-activemq-topic-with-jiprolog/

Page 5: Using Apache ActiveMQ with Prolog

JIProlog

• Receive from Queue –https://simplesassim.wordpress.com/2015/01/14/how-to-receive-a-message-from-an-apache-activemq-queue-with-jiprolog/

• Receive from Topic –https://simplesassim.wordpress.com/2015/01/14/how-to-receive-a-message-from-an-apache-activemq-topic-with-jiprolog/

Page 6: Using Apache ActiveMQ with Prolog

Jekejeke Prolog

• Send to Queue –https://simplesassim.wordpress.com/2015/01/26/how-to-send-a-message-to-an-apache-activemq-queue-with-jekejeke-prolog/

• Send to Topic –https://simplesassim.wordpress.com/2015/01/26/how-to-send-a-message-to-an-apache-activemq-topic-with-jekejeke-prolog/

Page 7: Using Apache ActiveMQ with Prolog

Jekejeke Prolog

• Receive from Queue –https://simplesassim.wordpress.com/2015/01/26/how-to-receive-a-message-from-an-apache-activemq-queue-with-jekejeke-prolog/

• Receive from Topic –https://simplesassim.wordpress.com/2015/01/26/how-to-receive-a-message-from-an-apache-activemq-topic-with-jekejeke-prolog/

Page 8: Using Apache ActiveMQ with Prolog

tuProlog

• Send to Queue –https://simplesassim.wordpress.com/2015/01/21/how-to-send-a-message-to-an-apache-activemq-queue-with-tuprolog/

• Send to Topic –https://simplesassim.wordpress.com/2015/01/21/how-to-send-a-message-to-an-apache-activemq-topic-with-tuprolog/

Page 9: Using Apache ActiveMQ with Prolog

tuProlog

• Receive from Queue –https://simplesassim.wordpress.com/2015/01/21/how-to-receive-a-message-from-an-apache-activemq-queue-with-tuprolog/

• Receive from Topic –https://simplesassim.wordpress.com/2015/01/21/how-to-receive-a-message-from-an-apache-activemq-topic-with-tuprolog/

Page 10: Using Apache ActiveMQ with Prolog

References

• JBoss A-MQ –http://www.redhat.com/en/technologies/jboss-middleware/amq

• Apache ActiveMQ –http://activemq.apache.org/

• JIProlog - http://www.jiprolog.com/

• Jekejeke Prolog – http://www.jekejeke.ch/

Page 11: Using Apache ActiveMQ with Prolog

References

• jekpro-activemq-library –https://github.com/fribeiro1/jekpro-activemq-library

• tuProlog – http://tuprolog.alice.unibo.it/

Page 12: Using Apache ActiveMQ with Prolog