Question

Configuring JMS bridge for a separate Integration Server in Apps9

  • 17 June 2021
  • 0 replies
  • 96 views

Badge +1

Hi,

Im having few concerns in configuring a separate integration server in Apps9.

  1. Should the names of the managed servers be equal in both Main and Integration servers?
  2. Should I define all the managed servers for the ifs_source_url and ifs_target_url  in jms.properties or should it be enough to define one managed server each for source and target?

For example let’s say, my main server is testmain and  the integration server is testint. In the testmain I have 6 managed servers as Main1, Main2….Main6. And in the testint server I have 6 managed servers as Int1, Int2,...Int6. 

Then would it be correct to have the jms.properties files for Main and Integration servers as below respectively.

Main:

#
# Common IFS properties
#
ifs_fndmws_admin_user=ifs
ifs_fndmws_admin_pwd=abc
ifs_fndmws_admin_url=t3://testmain:58090

#
# Configure a separated server
#
ifs_source_url=t3://testmain:58100
ifs_target_url=t3://testint:58100
ifs_ifsadmin_pwd=abc
ifs_homeid=Main
ifs_servers=Main1,Main2,Main3,Main4,Main5,Main6

Integration:

#
# Common IFS properties
#
ifs_fndmws_admin_user=ifs
ifs_fndmws_admin_pwd=abc
ifs_fndmws_admin_url=t3://testint:58090

#
# Configure a separated server
#
ifs_source_url=t3://testint:58100
ifs_target_url=t3://testmain:58100
ifs_ifsadmin_pwd=abc
ifs_homeid=Integration
ifs_servers=Int1,Int2,Int3,Int4,Int5,Int6

Thanks,

/Methshika


This topic has been closed for comments