jms

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
Gurunadh
Participant
Posts: 1
Joined: Tue May 15, 2007 2:25 pm

jms

Post by Gurunadh »

Hi
I have done JMS adapter to connect to MQ by using .binding files.I dont want to use .binding files instead of that I need URL by using IP & port to connect to MQ with an JMS adapter.Can anyone help me this.
Thanks in advance.
richclee
Participant
Posts: 2
Joined: Tue Dec 19, 2006 1:59 am
Location: North East UK

Re: jms

Post by richclee »

You could try something like the folloing in the command...

Code: Select all

-ICTXFURL "t3://server_hostname:7017" -ICTXF "weblogic.jndi.WLInitialContextFactory" -qn JMSQueueName -cfn JMSConnectionFactoryName -hdr -prp -t -LSN 2 -QTY 1
Post Reply