https://github.com/eis/jboss-hortnetq-integration-example
Example of integration to HornetQ integration, where HornetQ is embedded JBoss.
https://github.com/eis/jboss-hortnetq-integration-example
Last synced: 8 months ago
JSON representation
Example of integration to HornetQ integration, where HornetQ is embedded JBoss.
- Host: GitHub
- URL: https://github.com/eis/jboss-hortnetq-integration-example
- Owner: eis
- Created: 2013-09-22T08:35:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T14:59:01.000Z (over 12 years ago)
- Last Synced: 2025-01-01T08:21:02.063Z (over 1 year ago)
- Language: Java
- Homepage: http://stackoverflow.com/questions/18820007/spring-web-to-connect-to-hornetq-jms-embeded-with-jboss-server-7-1-1
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of integration to HornetQ integration, where HornetQ is embedded JBoss.
Answer to question
http://stackoverflow.com/questions/18820007/spring-web-to-connect-to-hornetq-jms-embeded-with-jboss-server-7-1-1
Pre-configuration for messaging in JBoss:
```xml
true
102400
2
false
jms.queue.DLQ
jms.queue.ExpiryQueue
0
10485760
BLOCK
1
```