Skip to content

Instantly share code, notes, and snippets.

View michaelandrepearce's full-sized avatar
✈️
In Transit

Michael André Pearce michaelandrepearce

✈️
In Transit
View GitHub Profile
@michaelandrepearce
michaelandrepearce / about.png
Last active July 3, 2017 22:44
management_console
about.png
@michaelandrepearce
michaelandrepearce / artemis-cluster.png
Last active July 3, 2017 06:40
Artemis Cluster Physical Deployment Options
artemis-cluster.png
package org.apache.activemq.artemis.jms.client;
import javax.jms.JMSException;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.util.Properties;
@michaelandrepearce
michaelandrepearce / FluentProducer.java
Last active April 30, 2017 20:20
Fluent Kafka Producer
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*