Skip to content

Instantly share code, notes, and snippets.

View scgm11's full-sized avatar
🏠
Working from home

Sebastian Gutierrez scgm11

🏠
Working from home
View GitHub Profile
@nopolabs
nopolabs / Apollo.java
Last active June 3, 2016 08:57
Sample code demonstrating reading and writing to Apollo MQ using Java, but failure to read messages posted to Apollo MQ from PHP using STOMP.
package test;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.jms.*;
public class Apollo {
public static void main(String[] args) throws JMSException {
String user = "guest";