https://github.com/micronaut-projects/micronaut-jms
Integration between Micronaut and JMS
https://github.com/micronaut-projects/micronaut-jms
community-driven
Last synced: over 1 year ago
JSON representation
Integration between Micronaut and JMS
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-jms
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2020-05-29T07:22:48.000Z (about 6 years ago)
- Default Branch: 4.1.x
- Last Pushed: 2024-10-31T19:09:37.000Z (over 1 year ago)
- Last Synced: 2024-10-31T20:17:35.148Z (over 1 year ago)
- Topics: community-driven
- Language: Java
- Homepage:
- Size: 5.08 MB
- Stars: 14
- Watchers: 14
- Forks: 14
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut JMS
[](https://search.maven.org/search?q=g:%22io.micronaut.jms%22%20AND%20a:%22micronaut-jms-core%22)
[](https://github.com/micronaut-projects/micronaut-jms/actions)
[](https://ge.micronaut.io/scans)
Micronaut JMS integration Micronaut and Java Messaging Service (JMS)
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-jms/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-jms/snapshot/guide/) for the current development docs.
## Snapshots and Releases
Snapshots are automatically published to [JFrog OSS](https://oss.jfrog.org/artifactory/oss-snapshot-local/) using [Github Actions](https://github.com/micronaut-projects/micronaut-jms/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-jms/actions).
A release is performed with the following steps:
* [Edit the version](https://github.com/micronaut-projects/micronaut-jms/edit/master/gradle.properties) specified by `projectVersion` in `gradle.properties` to a semantic, unreleased version. Example `1.0.0`
* [Create a new release](https://github.com/micronaut-projects/micronaut-jms/releases/new). The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-jms/actions?query=workflow%3ARelease) to check it passed successfully.
* Celebrate!