-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current imq client maven coordinates #520
Comments
bump I can't seem to find version 6.0 in maven either. I've tried using org.glassfish.imq:imq:6.0 and also org.glassfish.mq:mq-distribution:6.0. I tried it like this also
but that only pulls down the pom file and no jar artifacts. Is it possible to include the mq client library in a gradle build or does it require some custom maven plugins? I'm using pure gradle and mavenCentral for dependencies .. not using maven plugins. |
Currently only |
Please publish into Maven Central or Jakarta Sonatype other dependencies. Very useful are mq-broker, mqjmsra-ra and many others. |
Please test. |
Thanks a lot, this very helpful. I need release dependencies and have already found appropriated solution: Github Packages can be used as Maven repository. But of course mq-distribution with zip-type artifact absolutely not enough. For example, I want to write test-module for Apache Camel using Open MQ instead of Active MQ. How can I do this with only zip-artifact? |
My project depends on the imq.jar.
and
Nobody can use the mq-distribution zip artifact directly. |
@mheydem - can you help and confirm that currently published artifacts (as snapshots so far, #520 (comment)) are usable in your project? |
There is no plan to publish re-packaged |
Thank you for explaining how the OpenMQ artifacts should be used. Unfortunately this can not be tested with my project, because it is based on:
The OpenMQ 6.4.0-SNAPSHOT artifacts currently
As soon as my project is sufficiently advanced in the migration with Jakarta and Java SE, this can be tested again. |
I just migrated my custom openmq-spring-boot-starter using the mq-client dependency. Repository Setup
Dependency Management
Code compiles against spring-boot-3.0.0 parent / jdk17. I have yet to test a real JMS connection. |
I can connect against a server running mq-5.1. |
Is there any chance of putting the current releases (6.0.0, 6.1.0, ... 6.3.0) or at least the latest mq-client to maven central? Snapshots are working for development but not really acceptable for releases imho. |
Hi @pzygielo. Is there a release date planned for 6.4.0? |
I do agree that this might be time for 6.4.0. I'd like to have this very one (more components in central) delivered too, but it requires updates on the Jenkins side. I can look at it probably in next week. |
6.4.0-M1 is now staged for testing. This will not be pushed to central, but the final 6.4.0 will be very similar (if no issue is reported by the next Friday Feb 17th). https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/mq/mq-client/6.4.0-M1/ |
Thanks @pzygielo - I'll give it a try early next week. |
Feel free to reply to https://www.eclipse.org/lists/openmq-dev/msg00240.html. |
|
Sorry If this is a duplicate or RTFM but I could not find a current maven release for the openmq jms client. I use the following maven coordinates to pull in the openmq imq client 5.1 which dates back to 2014. mq-distribution seems under active development with regular releases.
What are the current maven coordinates for the imq client?
The text was updated successfully, but these errors were encountered: