473,698 Members | 2,398 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

TIBCO Rendezvous

Hi,

I have not been able to find any tutorials for using TIBCO RV online.

I'm looking for something that will tell me how to send messages to a
TIBCO network through it's API.

Can you tell me of any you know?
Thanks.

May 8 '06 #1
1 9345

ar*********@gma il.com wrote:
Hi,

I have not been able to find any tutorials for using TIBCO RV online.

I'm looking for something that will tell me how to send messages to a
TIBCO network through it's API.

Can you tell me of any you know?
Thanks.


Thought id paste the way i did it for anyone who needs it in the
future.
Also, note there is an examples folder that comes with the app.

TIBCO.Rendezvou s.Environment.O pen();
NetTransport netTransport = netTransport = new
NetTransport(po rt,ip,"");

CMTransport cmTransport = new CMTransport(net Transport, cmname, true);

CMMessage cmMessage = new CMMessage();

cmMessage.SendS ubject = subject;
cmMessage.AddFi eld("Type",x);

cmTransport.Sen d(cmMessage); }

TIBCO.Rendezvou s.Environment.C lose();

May 12 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2441
by: Mike Carter | last post by:
DCOM people, I used to use TIBCO Rendezvous software to do the following, but I can't anymore, so I have implemented my solution using DCOM. I have a DCOM server component that receives events from an external data provider, writes this data to a SQL Server database and raises a new data event. This event is then received by several "listening" client components.
822
29435
by: Turamnvia Suouriviaskimatta | last post by:
I 'm following various posting in "comp.lang.ada, comp.lang.c++ , comp.realtime, comp.software-eng" groups regarding selection of a programming language of C, C++ or Ada for safety critical real-time applications. The majority of expert/people recommend Ada for safety critical real-time applications. I've many years of experience in C/C++ (and Delphi) but no Ada knowledge. May I ask if it is too difficult to move from C/C++ to Ada?...
0
2046
by: arun.hallan | last post by:
Hi, I've been able to set up a listener to listen to messages on rendezvous. However, i was wondering if it was possible to pick up messages that have already been sent to the network, eg the last message for a certain subject name?
0
5408
by: wowfed | last post by:
Im looking for beginner tutorial/code samples in C#/ VB.Net to subscribe to tibco publications to listen to messages/data. It would be great if some one could provide links to basic tutorial/code samples and APIs.
1
1583
by: eatkins | last post by:
Hi All- I have a great full time, permanent opportunity with a client of mine in Jersey City, NJ. They are looking for a mid-senior level Java Developer with the following skills: minimum 4 years programming exp. Computer Science degree or equivalent Java - 3 yrs EJB, RMI or CORBA - 1yr AWT/SWING - 1yr Weblogic exp. a plus
3
1667
by: arun.hallan | last post by:
Hi, I'm having problems with authentication. I have a set of users that are allowed to use a webpage. They are in domain A. My goal is to get the username of these users and then check them against my list. The webpage is hosted under a username in domain B. I cannot change any settings on the domains.
2
1982
by: meyousikmann | last post by:
This will be difficult to explain so bear with me. If anyone is familiar with Tibco Rendezvous and/or Microsoft Messaging, this may make more sense. I've created a hierarchy of objects that looks something like this: Tibco-->Transports-->Transport Where Tibco is the overall component that owns a collection of Transports and each Transport is an object of a class.
1
1709
by: zig158 | last post by:
I am in the early stages of creating a Hamachi like peer-to-peer VPN application that has the ease of use of Hamachi with the flexibility of OpenVPN. Hamachi is nice but is to limited and not open source. OpenVPN is overly complicated to set up for the home user. I hope to fix that. It is pointless to reinvent the weal, so I plan on letting OpenVPN do all the heavy lifting. My application “only” has to connect to a rendezvous server of some...
2
2308
by: Oblivion | last post by:
Hi All, Can someone answer this for me? I don't seem have an luck getting an easy answer... I'm working with Tibco Designer (for Windows) to create EAR files and find it quite cumbersome. Can I create EAR files from Visual Studio? Is there any way to use .NET and C# to create Tibco compliant EAR files?
0
8678
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
6525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4621
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2333
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.