cancel
Showing results for 
Search instead for 
Did you mean: 

Required information on SAP JMS server

Former Member
0 Kudos

Hi All,

I need some basic information on SAP JMS server.

1)Is JMS server part of WAS? If yes ,how do we configure in PI?

2)what are the pre-requisites to configure the same.

3)Pls provide related info on working of JMS server.

If possible kindly post the links.

Thanks in advance.

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

<i>1)Is JMS server part of WAS? </i>

Yes. WAS has JMS queue

<i>If yes ,how do we configure in PI?</i>

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

<i>2)what are the pre-requisites to configure the same.</i>

Related information provided in previous blog

<i>3)Pls provide related info on working of JMS server.</i>

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

/people/venkatesh.ramachandran/blog/2007/01/30/read-all-jms-applications-deployed-on-sap-was-j2ee-engine-through-java

Regards,

Prateek

Former Member
0 Kudos

Hi All,

Thanks for the reply.

I would like to know the difference between JMS queue and JMSserver? where they lies?

Thanks in advance.

Regards,

Srinivas

Former Member
0 Kudos

Hi Srini,

JMS queues are the queues created to store messages..

JMS queue lie in the JMS server..

in the XI system transaction for creating queue are "smq1" and "smq2"...try it out in sandbox....

check the below links....can find some useful...details....

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/u/34500 [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how%20to%20...

/thread/217893 [original link is broken]

/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

/people/sravya.talanki2/blog/2006/11/23/error-handling-framework-xiout-of-the-box-episode-2

/people/sravya.talanki2/blog/2006/11/23/error-handling-framework-xiout-of-the-box-episode-2

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

Thanks

Biplab

<i>note: Reward with points..if it helps u!!</i>

Answers (2)

Answers (2)

former_member529475
Active Contributor
0 Kudos

HI Srinivas

Yes.Any J2EE compliant application server has to have a messaging server...and so SAP WebAS has one...

This would help u in understanding the basics,

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

For connection

https://wwwn.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e...

https://wwwn.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cfe5ad90-0201-0010-9b9a-a62db63...

Also refer this blog about how to connect to it using XI

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Hi,

plz chk the following threads, it may help u:

regards