With which maven dependencies can i create a standalone JMS client for Glassfish?

后端 未结 4 864
我在风中等你
我在风中等你 2020-12-06 19:05

i want to create a very simple JMS standalone client to a JMS Topic hosted on my Glassfish server.

My project is built using maven.

I know there seems to be

4条回答
  •  囚心锁ツ
    2020-12-06 19:29

    You can get imqbroker by adding this:

        
            com.sun.messaging.mq
            imqbroker
            4.5.1-b03
        
    

提交回复
热议问题