Вы находитесь на странице: 1из 3

CREATING DESTINATIONS IN EMS

1. Login to the EMS server with the appropriate credentials.


2. Check the existing components by using the show command
3. Follow instructions below to create the appropriate destination.

Queues:

create queue <queue_name> [properties] // properties are a comma separated list

for e.g.

create queue foo failsafe

Topics:

create topic <topic_name> [properties] // properties are a comma separated list

for e.g.

create topic foo failsafe, secure

Bridges:

create bridge source = <queue/topic>:<source_name>


target=<queue/topic>:<target_name>
[selector = selector] //This optional property specifies a message selector to limit the messages
received by the bridged destination.

Create Route:

On server side:

create route <route name> url=tcp://<client m/c>:7222 zone_name=Z1 zone_type=1hop

create route url= zone_name=default_mhop_zone zone_type=1hop

create queue X.ROUTE


addprop queue X.ROUTE global
On client side:
Change the server name to <route name> in tibemsd.conf
create queue X.ROUTE@<server name> global
(e.g. create queue email@removed global)
Make routing = enabled in tibemsd.conf

Publish a msg in client and receive it in server.

SIT_EMS1_Maximo_Mobile

Changed the server name in tibemsd.conf oin Mobile-SIT to SIT_EMS1_Maximo_Mobile


set authorization to disabled

[tibco@esbapptst11 Deploymentscripts]$ ./dpl_AMSOMSMaximoAdapter.sh


Initializing ...
Finished initialization
Loading archive ...
Finished loading archive
Configuring application ...
No matching software for service archive MaximoOmsProcessArchive. The service is disabled
No matching software for service archive MaximoWMISProcess Archive. The service is
disabled
Finished configuring application
Deploying application ...
2010-08-12 08:09:10 rvd: Command line: rvd -listen tcp:7500 -no-permanent
2010-08-12 08:09:10 rvd: Hostname: esbapptst11
2010-08-12 08:09:10 rvd: Hostname IP address: 172.30.68.43
2010-08-12 08:09:10 rvd: Detected IP interface: 127.0.0.1 (lo0:3)
2010-08-12 08:09:10 rvd: Detected IP interface: 172.30.68.43 (e1000g178002:4)
2010-08-12 08:09:10 rvd: Unable to find ticket file tibrv.tkt in PATH
2010-08-12 08:09:10 rvd: Http interface - http://esbapptst11.tu.com:38358/
2010-08-12 08:09:14 rvd: failure setting up UDP socket: bind: 125 (Address already in use).
2010-08-12 08:09:14 rvd: unable to start network listen: Initialization failed.
Deployed status is Server plugin failed
Finished deploying application
Failed. Please check log file

Вам также может понравиться