cancel
Showing results for 
Search instead for 
Did you mean: 

IS XI Support BEA Weblogic JMS Queue

Former Member
0 Kudos

Hi

I have a scenario where i have to send and recive message from the Weblogic JMS Queue ..

Is XI support Weblogic JMS Queue ..if it is which tranport protocol i have to use to connect to Weblogic queue

SV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can do this using JMS Adapter.

For details about which all JMS Transport protocol available, refer to below link

http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/frameset.htm

Gaurav Jain

Points if answer is useful

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is XI support Weblogic JMS Queue ..if it is which tranport protocol i have to use to connect to Weblogic queue

Yes XI Support weblogic JMS Queue.

Go for T3 Protocol

Please go thorough this link.

http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Please reward points if it helps

Thanks

Vikranth

Former Member
0 Kudos

Hi

Could u explain more on T3 Protocol..

Even i hav to install the Drivers for Accessing the Weblogic JMS queue

SV

Former Member
0 Kudos

Ur T3 ptocol listen you Wblogic JNDI server

EX: in JMS Sender/receiver channel :

JNDI SERVER ADDRESS : t3://Server.XXXXX.int:27200

Former Member
0 Kudos

Hi

Thanks Ravi..

U mean to say i have to use the Transport Protocol

Access JMS Provider with JNDI

I have few more questions like ..

what needs to filled in Connection parameters:

JNDI Look up name of Queue Connection Factory:

JNDI Look up name of JMS Queue:

Name of JNDI Initial Context Factory:

JNDI Sever Address:

JNDI Logon User:

JNDI Logon Password:

When i selected the Protocol some default Values came in do i have have to change any thing

JNDI Look up name:

JNDI Look up name of JMS Queue:

Name of JNDI Initial Context:

as u mentioned in Server address i will put : t3://server:XXX

and i have given the user id and Password ..

the user id and password is same for both JNDI logon and JMS Queue User..

SV

Former Member
0 Kudos

Dont keep default values for Weblogic, You need to change according to your Weblogic server , if you do not know those then ask your Weblogic administrator for those details . I am sending sample details FYR.

sender JMS:

JNDI LOOKUP NAME FOR QUEUE CONNECTION FACTORY :com.mdsi.port.paJms.queueConnectionFactory

JNDI LOOKUP NAME OF JMS QUEUE: com.mdsi.port.paJms.DefaultCIS0.OutboundQueue

NAME OF JNDI INITIAL CONTEXT:weblogic.jndi.WLInitialContextFactory

JNDI SERVER ADDRESS :t3://XXXXXXXX.XXXXXX.int:27200

JNDI LOGON USER : xxxxxx

JNDI LOGON PWD :XXXXXX

Similarly in receiver JMS adapter put Reciever queue name(InboundQueue to Weblogic).

Let me know clear decscription of all those..

agasthuri_doss
Active Contributor
0 Kudos

Hi,

> Access JMS Provider with JNDI

Yes

what needs to filled in Connection parameters:

JNDI Look up name of Queue Connection Factory: From the Weblogic team

JNDI Look up name of JMS Queue: From the Weblogic team

Name of JNDI Initial Context Factory: From the Weblogic team

JNDI Sever Address: t3://server:XXX

For more information go thru the below thread

Regards

Agasthuri Doss

Former Member
0 Kudos

HI

In the processing Tab of Sender and Receiver JMS adapter the JMS User and Password its same as JNDI User And Password or Its Different

I have to do both sender and receiver JMS

I have a question ...If i am using the Sender JMS adapter how the Interface will trigger ...meas like as soon as weblogic people will put the file on Queue the interface will trigger or as an XI developer what kind of question do i have to ask Weblogic team regarding the Trigger of Interface..

SV

Former Member
0 Kudos

Probably both are same ..but check with your weblogic administrator! Many cases both sender and receiver cases users are same.

>>>If i am using the Sender JMS adapter how the Interface will trigger ...meas like as soon as weblogic people will put the file on Queue the interface will trigger or as an XI developer what kind of question do i have to ask Weblogic team regarding the Trigger of Interface..

Ans; yes, when ever they keep the XML messages in Outbound queues ..Xi will traigger those messages according to channel processing configurations. Use default processing configurations in sender channel.

So that Xi will trigger all xml immedaitely from weblogic.

Former Member
0 Kudos

Hi

Do i have to install any drivers for to access Weblogic JMS queues

S V

Former Member
0 Kudos

Yes , you have to install external drivers !

Check with "How to install external drivers for JDBC & JMS adapters.pdf"

hope you have this document ..otherwise let me know..it will give you briefly ..for how to install Weblogic drivers .

Former Member
0 Kudos

Hi

send the document install Drivers for Weblogic to vaccu2001 at gmail and which library files we need to require for that..

i have to ask this question before

Why we need drivers to access the Weblogic JMS queues?

Edited by: S V on Jun 9, 2008 11:10 PM

Former Member
0 Kudos

check this link and down load that pdf and read carefuly..so that you could know what drivers required and how to get those:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4...

>>>Why we need drivers to access the Weblogic JMS queues?

good question, its a identity for those servers we required to install those drivers.

Drivers are nothing but a set of Api's ...when you copied those api's into your Xi j2EE server , it could reconize those servers when you call weblogic queues. Becuase all third party servers had there own identity.

So once you made this step then Xi could able to identify those servers.

Edited by: Ravi on Jun 9, 2008 11:17 PM

Former Member
0 Kudos

Driver Need:

A JMS driver installation for the queue system to be connected to (for example, MQSeries). The required Java libraries are product-specific and can be obtained from either the product vendor or other providers.

Since SAP does not provide specific vendor drivers along with SAP installation.

Gaurav Jain

Points if answer is helpful

Former Member
0 Kudos

Hi

As i am doing the JMS sender and Receiver ... which format of data does queues support..mean do i have to ask the Weblogic people to put the file in Queue ( If yes whats the format ...XML or CSV) ...

IF JMS is receiver in which format do i have to send the data to Queue

S V

Former Member
0 Kudos

JMS people have to send the message in queue in XML format.

Gaurav Jain

Points if answer is helpful

Former Member
0 Kudos

Hi

Any one have an idea which java libraries do we need for BEA Weblogic

S V

Former Member
0 Kudos

Still you are working with this?

check with your weblogic administrator, there are 3 jar files should deploy :

weblogic.jar

wlclient.jar

wljmsclient.jar

Former Member
0 Kudos

yeah,you can integrate weblogic via XI.Please check the below blog

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

Thanx

Aamir