cancel
Showing results for 
Search instead for 
Did you mean: 

JMS GUI Support?

Former Member
0 Kudos

In SAP, is there any GUI support for JMS to create queues, topics, etc?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I created a new JMS provider instance, and I got the following message:

"In order the new instance to be started up, you have to restart the jms provider in the whole cluster".

So I right clicked on the JMS Provider, hit stop, and then I right clicked on JMS Provider, and hit start.

Is that all I have to do, or is there more ?

Thanks

Former Member
0 Kudos

Hi,

Yes this is all.

There is a default JMS instance named "default".

Now you can use the default one or your new JMS instance, just create queue and/or topic and go ahead.

For more information how to use the JMS service take a look at

http://help.sap.com/saphelp_nw04/helpdata/de/25/bf8f44540c469abc19fb6ac3ac7885/frameset.htm

HTH

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi John,

Yes, you could create JMS objects via Visual Administrator:

Server node -> Services -> JMS Provider, here you have to choose a JMS instance and then you could create your queues/topics for that JMS instance.

You are welcome