12. tibco - rendezvous

102
What is the TIB • The Information Bus • A body of software that facilitates the intelligent movement, organization and integration of data in a distributed environment

Upload: arunbharadwaj

Post on 01-Dec-2015

84 views

Category:

Documents


2 download

DESCRIPTION

tibco

TRANSCRIPT

Page 1: 12. Tibco - Rendezvous

What is the TIB

• The Information Bus• A body of software that facilitates

the intelligent movement, organization and integration of data in a distributed environment

Page 2: 12. Tibco - Rendezvous

The Information Bus

TIB (The Information Bus)

Legacy System

s

Sales

HR

New Application

s

Financials

ERP

Page 3: 12. Tibco - Rendezvous

TIB Rendezvous

• The back bone of the TIBCO Communication.

Page 4: 12. Tibco - Rendezvous

TIB Rendezvous

• Easy Distributed Application.• Support different h/w and s/w

platforms.• Seamless connection among

different platforms and computers.

Page 5: 12. Tibco - Rendezvous

TIB/RV software suite

• TIB/RV Programming language.– The standard RV APIs.

(Uses C,C++,JAVA,Perl ,COM etc)

• RV Daemon (RVD)– runs on each m/c as information

enters & exits host computers.

Page 6: 12. Tibco - Rendezvous

TIB/RV Advantages…...

• No need of program to locate client or n/w address.

• Distributed application system.• Resilient System.

– Producer– Consumer

• Thread safe.

Page 7: 12. Tibco - Rendezvous

TIB/RV Adv. (Contd……)

• Easily protable.• Support Request/reply method.• Support multicast messaging.

Page 8: 12. Tibco - Rendezvous

Why Distributed system?

• De coupling & Data independence.– Low cost,easy maintenance,good

operation,high longevity.

• Location transparency.– Subject based addressing

• Information source & destination.– News-wire,sensors,point2point

connection.

Page 9: 12. Tibco - Rendezvous

Why Distributed system? (Contd…)

• Reliable delivery of whole message.– Uses RV Daemon.

• Certified message delivery.• Distributed Queue.• Fault Tolerant.

Page 10: 12. Tibco - Rendezvous

Subject-Based Addressing

• Applications publish data on the TIB under a semantically meaningful subject name

• Applications subscribe to subject names and receive all data published under those subject names

• Subject based addressing provides location transparency

Page 11: 12. Tibco - Rendezvous

SUBJECT NAMES

• Contains one or more elements separated by dot.

• It reflects the structure of information in an application system.

• Max length 255 char.(With delimiter)

• Max length for element 252.

• Maximum token 127.

Page 12: 12. Tibco - Rendezvous

Subject Name ( Contd……)

• Names begin with ’ _ ‘ is reserved e.g _INBOX,_LOCAL etc.

• Delimiter ‘.’• > Matches all the elements

remaining to right.• * Matches for any one element( Not

for partial sub strings of characters within an element )

Page 13: 12. Tibco - Rendezvous

Subject-Based Addressing

• TIB messages pass between communication endpoints

• Endpoints are determined by subject-based addresses

• Message handler routines are bound to communication endpoints– Messages are then processed on

arrival by the message handler routines

Page 14: 12. Tibco - Rendezvous

Subject-Based Addressing

• Applications address data, not hardware locations– Programs are not topology/address

dependent– Users and programmers do not have to

know networking details

• Applications send data on the TIB under a semantically meaningful subject

Page 15: 12. Tibco - Rendezvous

• Applications listen to subjects and receive all data sent under those subjects

• Subject-based addressing provides location transparency

Subject-Based Addressing

Page 16: 12. Tibco - Rendezvous

Location Transparency• De-couple front-end from back-end• Develop generic distributed applications

TIB/Rendezvous

App1 uses Subject.Based.Addressing App2 uses Subject.Based.Addressing

Publish Publish

Publish

SubscribeSubscribe

Subscribe

Back-End use Subject.Based.Addressing

Page 17: 12. Tibco - Rendezvous

Self-Describing Data

Data model

Application B

Application A

Data Model

What is your class

What are your attributes

What are their types

What are their values

Page 18: 12. Tibco - Rendezvous

TIB Reliable Data Protocol

• TRDP– TIB Reliable Data Protocol– A reliability protocol built on top of UDP

• TRDP provides– Subject Based Addressing– Sequenced delivery of messages from sender– Retransmission of missed messages within a

retransmission time window

Page 19: 12. Tibco - Rendezvous

• Multi-point TRDP Delivery– Sent via broadcast or multicast

transmission• Reliable TRDP Delivery is an

optimistic protocol based on NACKs

• The TIB/Rendezvous Daemon implements TRDP– Not the application

TIB Reliable Data Protocol

Page 20: 12. Tibco - Rendezvous

TIB Reliable Data Protocol

• Re-transmission– Requests are not sent immediately

due to heuristic back off– Requests received during the

heuristic back off period for the same message are ignored

– Delivered via original delivery method– Buffers are held for 60 seconds

Page 21: 12. Tibco - Rendezvous

TIB Technology

TCP

UDPUDP UDP

Subject Addressing and Filtering

Reliable Unicast Reliable Multicast Reliable Broadcast

IP

Link Layer Protocol

Page 22: 12. Tibco - Rendezvous

TIB/Rendezvous Daemon

• TIB/Rendezvous Daemon– RVD– RVRD

• Delivers messages reliably• Filters subject-addressed messages• Dispatches messages to application

processes

Page 23: 12. Tibco - Rendezvous

TIB/Rendezvous Daemons

Application A

TCP Service

RV API

Application B

TCP Service

RV API

Application C

TCP Service

RV API

RVD RVRD

Network

Host 1 Host 2

Page 24: 12. Tibco - Rendezvous

Delivery Service

• Reliable Delivery– Can survive brief

network glitches– No confirmation– No registration– No ledger

• Certified delivery– Can survive beyond

session and process restart

– Confirmation of every receipt

– Registration of cooperating applications

– Ledger

Page 25: 12. Tibco - Rendezvous

Reliable Publish/Subscribe

• Lightest-weight protocol for non-critical message delivery

• Reliable ordered delivery• Broadcast to hundreds and

thousands of applications (one to many)

• Loss detection with transparent re-transmission

Page 26: 12. Tibco - Rendezvous

Reliable Delivery Architecture

Application

Rendezvous Standard API

TCP

Rendezvous Daemon

TRDP

UDP

Publis

h M

ess

ages

Subscrib

e M

essa

ges

Page 27: 12. Tibco - Rendezvous

Certified Publish/Subscribe

• Critical ordered message delivery• Guaranteed delivery beyond

session and process restart• Dynamic discovery broadcast

protocols• Point-to-point message protocols• Automatic recovery protocols

Page 28: 12. Tibco - Rendezvous

Certified Delivery Architecture

Application

Rendezvous Standard API

TCP

Rendezvous Daemon

TRDP

UDP

Publis

h M

ess

ages

Subscrib

e M

essa

ges

Rendezvous Professional API

Page 29: 12. Tibco - Rendezvous

Certified Delivery Agreement

LOG

14

3

5LOG

2

Accept registration

Publisher Subscriber

Request registration

Page 30: 12. Tibco - Rendezvous

Certified Messaging

• RVCM is a quality of service that is layered on top of TIB/RV standard APIs– Provides for critical ordered message

delivery with acknowledgement– Appropriate when each message on a

specific subject builds upon information in the previous subject

– In situations of intermittent physical connectivity

Page 31: 12. Tibco - Rendezvous

Certified Messaging

• The TIB/RV daemons do not differentiate between RVCM messages and other RV messages– No additional logging/caching takes place in

the rendezvous communication daemons

• Additional system administration may be required to manage, control subject names and disk files used by the RVCM application

Page 32: 12. Tibco - Rendezvous

Features of Certified Message Delivery

• Message Logging– Memory based or– File-based ledger

• Message delivery acknowledgements per delivery tracking sessions

• Time limit configuration for message delivery specified by the sender

Page 33: 12. Tibco - Rendezvous

Features of Certified Message Delivery

• Advisory messages are sent directly to the enabled delivery tracking sessions– It does not broadcast these advisories on

the network

• Messages between a delivery tracking session and a non-RVCM (reliable) session occur without acknowledgements

Page 34: 12. Tibco - Rendezvous

TIB/Rendezvous Daemons

Application A

TCP Service

RV API

Application B

TCP Service

RV API

Application C

TCP Service

RV API

RVD RVRD

Network

Host 1 Host 2

Page 35: 12. Tibco - Rendezvous

Transports

• A communication connection to the TIB/RV daemon is called a Transport

• A transport contains network context for the application

• An application may create more than one transport and use them as required

• Creating a Transport makes a connection between the API and daemon

Page 36: 12. Tibco - Rendezvous

Transports

• If the daemon is not running, it is automatically restarted

• Many API functions require a transport handle

• Transport requires three parameters– Service– Network– Daemon

Page 37: 12. Tibco - Rendezvous

Transports

• tibrvTransport_Create() creates the TCP connectivity from the TIB/rv library to the TIB/rv Daemon

• The TIB/rv Daemon then communicates on behalf of the application to and from the network

Application A

TCP Service

RV API

RVD

UDP

Page 38: 12. Tibco - Rendezvous

Transports

• A transport can communicate only with other transports in the same service group– Communication occurs between

identical UDP ports

• To communicate with more than one service group, applications must initialize more than one transport

Page 39: 12. Tibco - Rendezvous

Service, Network and Daemon

Service 1732

Service 5439

Service 7500

Service 8265

Service 9123

Application C

RV API

RVD

UDP Services

TCP/IP connectivityto the daemon

Logic

al N

etw

ork

Page 40: 12. Tibco - Rendezvous

Service

• TIB/RV Daemon divides the network into logical partitions called service groups

• Each transport belongs to a single service group

• A transport can communicate only with other transports in the same service group

Page 41: 12. Tibco - Rendezvous

Sample Service Parameters

• Specify the service by specifying service parameter– Service Name

• Example: “rendezvous”

• UDP port number– Example: “7500”

Page 42: 12. Tibco - Rendezvous

Specifying Service

• When an application specifies a service– The transport creation function calls

getservbyname(), which searches a network database such as NIS, DNS, or a flat file such as /etc/services for the decimal integer to ehich the service name has been defined

• If a port number is specified, it must be a string representing a decimal integer– Example: “7890”

Page 43: 12. Tibco - Rendezvous

Specifying Service

• If you specify NULL,– The transport creation function calls

getservbyname()– If getservbyname() does not find

rendezvous, the transport creation function uses UDP port 7500

– Its recommended to define Rendezvous as a service especially if UDP port 7500 is already in use

Page 44: 12. Tibco - Rendezvous

Specifying Service

• For example, network administrators might add the following service entry to the network database – Rendezvous 8000/udp

• Now programmers can conveniently specify NULL as transport argument to initialize a transport using the default service

Page 45: 12. Tibco - Rendezvous

Network Parameter

• Every application transport communicates with other transports over a single network

• On computers with more than one network interface, the network parameter instructs the TIB/Rendezvous Daemon to use a particular network for all communications involving this transport

Page 46: 12. Tibco - Rendezvous

Network Parameter

• To communicate over more than one network, applications must initialize more than one transport– Network can be specified in several ways– NULL specifies the default network interface

• If the application is connecting to a remote daemon, the network parameter must refer to the network from the perspective of the remote computer that hosts the daemon process

Page 47: 12. Tibco - Rendezvous

Sample Network Parameters

• Specifying the network– Host Name

• Name of the machine

– Host IP Address• “ 3.209.129.43”

– Network Name or IP Number• loopback, “10.2.3.0”

– Interface Name (where supported)• lan0, lle1, hme1

Page 48: 12. Tibco - Rendezvous

Specifying the Network-Network Name

• When an application specifies a network name,– The transport function calls

getnetbyname(), which searches a network database such as Network Information Services (NIS) or a flat file such as /etc/networks

Page 49: 12. Tibco - Rendezvous

Specifying the Network-Interface Name

• When an application specifies an interface name,– the transport creation function searches the

interface’s table for the specified interface name

• “lan0”

– The specified interface name must be one that is known to:

• Ifconfig• Netstat

Page 50: 12. Tibco - Rendezvous

Specifying the network

• When an application specifies NULL for the network parameter,– The transport creation function calls

the “C function” gethostbyname()(which allows transport creation function to use the interface which corresponds to the host name of the system)

Page 51: 12. Tibco - Rendezvous

Specifying Multicast Addressing

• Multicast addressing– Broadcast capability implemented at

hardware level• Therefore, multicast filtering is more

efficient than the service group filtering at the software level

– Rendezvous software supports multicast addressing only when the “network” supports multicast

Page 52: 12. Tibco - Rendezvous

Sample Multicast Parameters

• Network Specification– “lan0;224.1.1.1”

• List of one or more multicast groups– “lan0;224.1.1.1, 224.1.1.5, 224.1.16”

• Single send/broadcast address– “lan0; ; 224.1.1.6”

Page 53: 12. Tibco - Rendezvous

Daemon Parameter

• Daemon parameter specifies how and where to find the TIB/Rendezvous Daemon to establish a communication transport

• Daemon can be specified on a remote computer

• NULL specifies the default-find to the local daemon on TCP socket 7500

Page 54: 12. Tibco - Rendezvous

Local Daemon

• For local daemons, the transport creation function’s daemon parameter is specified and the –listen option to the daemon process as a (TCP) communication type and a socket number, separated by a colon– Example: “tcp:7500”

Page 55: 12. Tibco - Rendezvous

Local Daemon

• When an application specifies NULL, tibrvTransport_Create() will use “tcp:7500” as the default daemon

• To use the default client socket, supply NULL as the daemon argument to the transport creation function and omit the –listen option to the daemon process

Page 56: 12. Tibco - Rendezvous

Remote Daemon

• In most cases, applications use a local daemon, running on the same host as the application

• Certain situations require a remote daemon– The applications runs on a notebook

computer that is not directly connected to the network

– The application connects to a network at a remote site

Page 57: 12. Tibco - Rendezvous

Specifying a Remote Daemon

• When an application specifies a remote daemon connection, tibrvTransport_Create() requires a three part daemon parameter– This introduces the remote host name

as the middle part of the three part parameter• Communication type: Remote host

Name: Socket number• Example: “tcp:notlocal.hostname.com:6555”

Page 58: 12. Tibco - Rendezvous

Establishing Connections with TIB/RV Daemon

Step 1• The daemon process opens a client

socket and waits for a client to request a connection– The –listen option of the

TIB/Rendezvous Daemon (RVD) specifies where RVD should listen for new client application transports

Page 59: 12. Tibco - Rendezvous

Establishing Connections with TIB/RV Daemon

Step 2• The application calls the transport

creation function, which contacts the daemon at the client socket specified in its daemon parameter

• The daemon parameter of the transport creation function must correspond to the –listen option of daemon process– They must specify the same communication

type and socket number

Page 60: 12. Tibco - Rendezvous

Establishing Connections with TIB/RV Daemon

• If no daemon process is listening on the specified client socket, then the transport creation call automatically starts a new daemon process– New daemon process listens on the

specified client socket, then attempts to connect to it

Page 61: 12. Tibco - Rendezvous

Establishing Connections with TIB/RV Daemon

Step 3• The daemon process opens a

conduit for private communication with the new application support

• All future communication uses that conduit– Request socket is now free for

additional requests from other client transports

Page 62: 12. Tibco - Rendezvous

Summary

• TIB/Rendezvous communications take place within a the context of a transport

• Asynchronous transports can recover subscriptions automatically if the TIB/Rendezvous Daemon is restarted

• A transport is asynchronous and event driven

Page 63: 12. Tibco - Rendezvous

Summary

• A transport explicitly binds together a service group and a network for use by the messaging software

• A program may use more than one transport, but it is not recommended that more than one thread share a a transport

• Programmers use transport handles to reference transports

Page 64: 12. Tibco - Rendezvous

TIB/Rendezvous Daemon

Page 65: 12. Tibco - Rendezvous

Rendezvous Daemon (RVD)

• Delivers message reliably• Filters subject-addressed messages• Dispatches messages to application

processes• Shields applications from operating

system idiosyncrasies, such as low-level sockets and file descriptor limits

Page 66: 12. Tibco - Rendezvous

Rendezvous Daemon (RVD)

• Daemon process starts automatically when needed

• Daemon process automatically exits after a 15-minute period of inactivity unless it is started with the –permanent option

Page 67: 12. Tibco - Rendezvous

Rendezvous Daemon (RVD)

• Reasons to manually start a daemon– To specify optional parameters– To start a daemon that will accept

connections from applications running on remote computers

• The command RVD starts the Rendezvous Daemon Process

Page 68: 12. Tibco - Rendezvous

Rendezvous Daemon (RVD)

• If the daemon parameter of the session initialization call specifies a remote daemon, then– the daemon does not start automatically– the daemon on the remote computer must

be started manually– Since a transport cannot automatically start

a remote daemon, auto start feature of a local daemon can be suppressed by making it appear remote

Page 69: 12. Tibco - Rendezvous

RVD Commands

• Rvd– [listen [<ip_address:]<tcp_port>]– [-permanent]– [-foreground]– [-logfile [<filenam>]]– [-reliability <time>]– [-http [<ip_address>:]<http_port>]

or [-no-http]

Page 70: 12. Tibco - Rendezvous

-listen <port>

• Specifies where the Rendezvous Daemon should listen for clients

• Corresponds to the daemon parameter of the session initialization call

• If listen option is not specified RVD uses “tcp:7500” as default

Page 71: 12. Tibco - Rendezvous

-permanent

• If this parameter is present, RVD runs indefinitely until terminated

• If this parameter is NOT present, RVD exits after 15 minutes during which no Rendezvous application connect to it

Page 72: 12. Tibco - Rendezvous

-foreground

• Available only on UNIX platforms• If this parameter is present, RVD

runs as a foreground process• If it is not present, RVD runs as a

background process

Page 73: 12. Tibco - Rendezvous

-logfile <filename>

• Send output log to this file• When absent, default is stderr

Page 74: 12. Tibco - Rendezvous

-reliability <time>

• Specifies the time for which daemon retains outbound messages

• Retaining message data allows the daemon to re-transmit message packets upon request from another daemon process (which did not correctly receive the data)

Page 75: 12. Tibco - Rendezvous

TIB/Rendezvous Routing Daemon Concepts

Page 76: 12. Tibco - Rendezvous

Rendezvous Routing Daemon

• A runtime software component from TIB/Rendezvous– RVRD – Rendezvous routing daemon

• Routes TIB/Rendezvous Messages using Subject-Based Addressing– Maintains location transparency across the

LAN/WAN– Extends publish/subscribe across the

LAN/WAN• Delivering broadcast messages between networks

requires additional software components

Page 77: 12. Tibco - Rendezvous

RVRD Tasks

• Monitors subject interest expressed by each TIB/Rendezvous transport on the local network

• Requests subjects from other networks by passing subject interest information to neighboring routing daemon processes

Page 78: 12. Tibco - Rendezvous

RVRD Tasks

• Receives subject interest information from neighbors and tracks delivery addresses

• Delivers messages as appropriate– To routing daemons on other network– To attached client applications

• Acting as an RVD process

– Re-sends them on the local network

Page 79: 12. Tibco - Rendezvous

Transparent Forwarding

• TIB/Rendezvous applications on one network can listen for subject names and receive messages from other network transparently

Page 80: 12. Tibco - Rendezvous

RVRD vs. RVD

• RVRD subsumes RVD functionality– There is no need to run an RVD on a

machine that is running an RVRD daemon

– The RVRD on that host will act as an RVD process for connected applications

– Computers running one of the routing daemons do not need a separate RVD

Page 81: 12. Tibco - Rendezvous

Routing Daemon Concepts

• One routing daemon must exist on each network segment

• Routing daemons must be permitted to export and import relevant subject names

• The importing networks must express interest in the relevant subject names

Page 82: 12. Tibco - Rendezvous

Routing Daemon Concepts

• Network administrators must enable daemons to exchange point-to-point messages by– Declaring them as neighbors or

proxies for other neighbors– Configuring routers, firewalls and/or

NATs

Page 83: 12. Tibco - Rendezvous

Rendezvous Routing DaemonEach RV routing daemon maintains a subscription list to control message passing between the connected

networks

RVRD

RVRD

RVRD

Video Publishe

r

Video Publishe

r

Video Publishe

r

Video Publishe

r

Video Publishe

r

Page 84: 12. Tibco - Rendezvous

Subject Interest

• Allows cooperating neighbors to handle dynamic importing and exporting of TIB/Rendezvous messages

• When a routing daemon detects interest in a subject, it sends a subject interest request to its neighbors– The request includes the subject name and

a delivery address indicating where to send messages with matching subject names

Page 85: 12. Tibco - Rendezvous

Subject Interest

• Each routing daemon process maintains an interest list of subjects and delivery addresses as requested by neighbors

• When the message with a matching subject name arrives, the routing daemon distributes it to the appropriate destinations– Local network (locally) and/or– Neighbor routing daemons

Page 86: 12. Tibco - Rendezvous

Adjacency

• Two networks are called adjacent when they are connected by a direct physical network link without intervening networks– B and C are adjacent– C and D have intervening B network

A

C

DB

Page 87: 12. Tibco - Rendezvous

Service Groups

• Group of transports that use the same UDP service to communicate– Rendezvous software communicates with

other members of a service group on the same network so they can share messages with each other

• Programs use rvrd to cooperate across a WAN with programs that belong to a particular service group– The local programs must join the same

service group

Page 88: 12. Tibco - Rendezvous

Service Groups

• Routing daemons link compatible service groups on adjacent networks so they behave like a single large network

Page 89: 12. Tibco - Rendezvous

Fault Tolerance Among Routing Daemons

• Fault tolerance protects the routing daemons against hardware failures, process failures, and LAN segmentation

• While neighbor rvrd links appear to create redundant paths, the cooperating daemons forward messages only once

• In failure situations, rvrds automatically readjust to continue service smoothly

Page 90: 12. Tibco - Rendezvous

Neighbors

• A pair of routing daemon processes on adjacent networks are neighbors only if they are declared as neighbors– There must be a point-to-point network

route between neighbors

• To declare a neighboring routing daemon, use the neighbor functionality in the Browser Administration Interface

Page 91: 12. Tibco - Rendezvous

Neighbors

• Non-neighbor routing daemons on adjacent networks do not exchange subject interests directly with each other

• Other information may still flow over the physical link between the two networks– Examples: telnet, ftp, http etc.

Page 92: 12. Tibco - Rendezvous

Restricting Messages

• Network administrators can use routing daemons in several important ways– Restrict sensitive information to

particular networks– Limit the volume of messages between

networks– Constrain information to flow only in

one direction between two networks

Page 93: 12. Tibco - Rendezvous

Restricting Messages

• Restrict Messages by Service Port– Limit communication between networks

to particular service groups

• Restrict messages by Subject Name– Subject names specify exactly which

messages may enter and leave– The routing daemon blocks all other

subject names

Page 94: 12. Tibco - Rendezvous

Fault Tolerance Example: Redundant Routing Daemons

Anet.moo.com

E.Anet.moo.com

G.Bnet.moo.com H.Bnet.moo.com

F.Anet.moo.com

Bnet.moo.com

Page 95: 12. Tibco - Rendezvous

Routing Daemon Log

• RVRD can output a running log of activity– System/Network administrators can

use the generated log files to monitor neighbor connections, subject interest, and message flow

• The browser administration interface provides different options for determining what gets logged

Page 96: 12. Tibco - Rendezvous

Passive Neighbor Connection

• rvrd can passively accept connections from its neighbor

• To specify a passive neighbor, following information is required– Neighbor name– Local connect port

• This is useful in the cases of unidirectional firewalls and modems

Page 97: 12. Tibco - Rendezvous

Accept Any as Neighbor

• Instead of declaring a specific set of neighbors, a routing daemon can declare that it accepts neighbor connections from any routing daemon

• This configuration is especially useful for hub topologies, dial-in connections, and any situation in which a routing daemon might operate with a large number of potential neighbors

Page 98: 12. Tibco - Rendezvous

Firewalls

• Firewalls restrict the flow of information across organizational boundaries– Rvrd can be configured to allow messages

to pass as TCP point-to-point packets across the firewall

– In addition, RVRD can be configured to • Use proxy deliveries• Use reply name substitution• Accept only local application connections• Use passive connection

Page 99: 12. Tibco - Rendezvous

Erroneous Neighbors on the same Network

• It is an error to configure two neighbors to serve the same logical local network

• It is an error to use routing daemons to duplicate the effort of another forwarding mechanisms

Page 100: 12. Tibco - Rendezvous

MHE-TIB/RV subject name

Token Description Recommend?Company A unique corporate code, MHP. YesSegment A segment code, corresponding to education, financial

services, etc..Yes

Division A division code, such as Learning YesBusiness Function Organizational units in MHE such as sales, order

management, finance, customer service, etc…Yes

Source System Source application where the message originated from YesBusiness Object Type The type (class name) of the business object, like

“ORDER”, “PAYMENT”, “SHIPPING”, etc.Use a generic class name for messages that are notassociated with a specific content class.

Yes

Action / Operation(optional)

An optional parameter indicating the operation beingapplied or being requested. For examples, “NEW”,“DEL”, “UPD”, etc.

Yes

Page 101: 12. Tibco - Rendezvous

MHE-TIB/RV subject name(Contd..)

Suggested order for the subject name:-

Company.Segment.Division.BusinessFunction.System.ObjectType.Operation.

Eg:-

MHP.MHE.SCHOOL.CSOP.ORACLE.CUSTOMER.CREATE.

Subject name may contain filters after base subject address.e.g:-

MHP.MHE.LEARNING.SALES.PRIMIS.ORDER.UPD.PUB.

Page 102: 12. Tibco - Rendezvous

MHE-TIB/RV subject name(Contd..)

• Reasonable subject name upto 20 tokens.

• Recommended between 3 to 8.• Environment execluded from subject

name afetr careful thought.• Service prots and different n/w

segments will be used to isolate TIB MSgs from other environments.