Skip to content

Commit be132af

Browse files
author
Igor Polevoy
committed
#215 Implement an asynch processing API based on HornetQ
1 parent 6104022 commit be132af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javalite-hornet-nest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hornet Nest is an asynchronous processor for Java applications
22

33
This is a simple to use library for processing asynchronous jobs. It can be used in a web application to process
4-
jobs in a thread separate from the one that renders HMTL. It is also a genera purpose library that can be used in any
4+
jobs in a thread separate from the one that renders HMTL. It is also a general purpose library that can be used in any
55
non-web system.
66

77
Internal Implementation is based on [JBoss HornetQ](http://hornetq.jboss.org/).

0 commit comments

Comments
 (0)