<root>
<selector>3</selector>
<value1>A</value1>
<value2>B</value2>
<value3>C</value3>
<other>BAZINGA!</other>
</root>
import groovy.lang.GroovyClassLoader; | |
class LeakDynamic { | |
public static interface TestClass { | |
String getThingy(); | |
} | |
static String getTheThingy() { | |
return "the thingy"; |
<root>
<selector>3</selector>
<value1>A</value1>
<value2>B</value2>
<value3>C</value3>
<other>BAZINGA!</other>
</root>
This file is meant to collect all my findings about the Apache ActiveMQ Artemis message queueing system. Although the framework documentation seems to be huge, it does not cover many situations anyone can get into while trying to adopt the technology.
I like to use Groovy along with the Core API.
Just separate the URLs with a hashmark:
tcp://10.0.0.2:61616#tcp://10.0.0.3:61616