-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
66 lines (44 loc) · 2.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
This project contains Java code which uses JMS messaging, and which has been
tested with Active MQ versions:
- 5.0.0
- 5.2.0
- 5.5.0
Note: this is an Eclipse project. However, the Java JAR files required to
compile and run this code are not provided here. See the '.classpath' file
in this directory to understand what JAR files are required. Setting this
up properly will require modifications to the Eclipse project's properties,
specifically the build path. The basic requirements for this are:
- Apache's LOG4J
- Apache's Active MQ
You will also have to configure your Eclipse run configurations for some of
these examples with the proper arguments.
Enjoy.
Guy
-------------------------------------------------------------------------------
To Do List
----------
:TODO Command line build and run (scripts and/or Apache ant)
:TODO Isolate AMQ imports to one or two classes in their own package
(Factory / Builder ???)
:TODO ???? What else ????
-------------------------------------------------------------------------------
History
-------
Around December 2007 I started converting my personal SVN projects to git.
This was one of the first projects converted.
This project has been stagnant since then, and just recently (February 2009)
loaded to github.
For github users: forks and patches are very welcome!! I will accept any
reasonable and working set of patches. Please supply a driver method at
a minimum (for testing). I will review, test, commit and push as time
permits.
There is a lot possible with AMQ. I have just touched the surface.
-------------------------------------------------------------------------------
Recently added: Companion Ruby producer and consumer. AMQ allows easy integration
of JMS and STOMP.
-------------------------------------------------------------------------------
License: None really folks. This is pure public as far as I am concerned.
Please keep my name and @author tags in the comments. Not a requirement but
a polite request.
-------------------------------------------------------------------------------
Guy