You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/02/14 11:47:51 UTC

[I] support jakarta messaging [incubator-pekko-connectors]

pjfanning opened a new issue, #483:
URL: https://github.com/apache/incubator-pekko-connectors/issues/483

   Most of the javax libs now have jakarta equivalents. This includes JMS - now there is [Jakarta Messaging](https://en.wikipedia.org/wiki/Jakarta_Messaging).
   
   We should clone our jms connector and produce an equivalent that uses https://mvnrepository.com/artifact/jakarta.jms/jakarta.jms-api/3.1.0 instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] support jakarta messaging [pekko-connectors]

Posted by "samueleresca (via GitHub)" <gi...@apache.org>.
samueleresca commented on issue #483:
URL: https://github.com/apache/pekko-connectors/issues/483#issuecomment-2068190706

   I was taking a look into this. Currently jms depends on 2 test packages that relies on `javax.jms` libs:
   
   ```
   "io.github.sullis" %% "jms-testkit" % "1.0.4" % Test,
   "com.github.pjfanning" % "jmswrapper" % "0.1.0" % Test
   ```
   
   @pjfanning Do you have any plan to release a jmswrapper using jakarta? Am I ok to open a PR on jmswrapper for supporting jakarta.jms? I can reach out sullis to understand their plan
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] support jakarta messaging [pekko-connectors]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #483:
URL: https://github.com/apache/pekko-connectors/issues/483#issuecomment-2076882527

   I released https://mvnrepository.com/artifact/com.github.pjfanning/jakartamswrapper/0.1.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] support jakarta messaging [pekko-connectors]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #483:
URL: https://github.com/apache/pekko-connectors/issues/483#issuecomment-2068195606

   @samueleresca I already have the Jakarta code in a branch.
   
   https://github.com/pjfanning/JmsWrapper/tree/jakarta
   
   I just created a new project but the GitHub tool to import code from other repos is offline tonight.
   
   https://github.com/pjfanning/JakartaMSWrapper
   
   I will look again tomorrow but it shouldn't be hard to release a jakartamswrapper in the near future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org