Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 41,467 times

Contents

Related Categories

Get the Message - MSMQ - Setting up MSMQ

LACanadian

Setting up MSMQ

The installation of MSMQ is done as part of the Windows NT Option Pack (for NT systems) or as part of the Server Configuration process (for 2000 systems). To take this a step further, if you plan on installing MSMQ2.0 Enterprise (the version of MSMQ that comes with Windows 2000 and utilizes Active Directory) on a Windows 2000 domain, then the hosting system needs to be a Primary Domain Controller.

While in some cases you may be able to get by with a single instance of MSMQ installed on your network, there is actually a hierarchy of servers that are required to gain full functionality. To gain an understanding of the reasons behind this topography, consider your network as being made up of different sites. I'm sure that this is such a stretch from your normal pattern of thinking that we need to go into great detail of the definition of a site. That would be a physical site. You know, where you have a number of computers in one place.

Within your enterprise, you will need to designate a Primary Enterprise Controller (PEC). And within each of your sites, you will create a Primary Site Controller (PSC). The assumption is that the computers at a site will have high-speed access to the closest controller. As the volume of messages increases, you can also add Backup Site Controllers (BSC), routing servers (responsible for passing messages throughout the enterprise) and connection or bridge servers (responsible for communicating with foreign message queues).

On the client side, you have either dependent or independent clients. The dependent clients require a synchronous connection to a routing server. Independent clients can function while they are not connected to the network. In other words, your mobile work force.

I am the owner of a small application development consulting company that specialized in the design and implementation of Internet-based applications. While there are others who can make a web site look good, our expertise is in making the site function. This includes infrastructure design, database design and administration, software development and deployment. For the most part, we utilize Microsoft-based languages and tools. And we are skilled enough to have generated two patent applications for our clients.

Comments

  • enableNotification in MSMQ using vb.net

    Posted by shahidnoor86 on 29 Jul 2008

    I am using MSMQ-3 on my local machine. I am using enableNotification method to notify me when a message comes in the queue. But i am getting error message while using enableNotification. The messag...

  • XML sample

    Posted by mightytookDev on 08 Dec 2004

    Ummm, there's a lot of other stuff around the code that I have (which was in a VB.DLL used within ASP pages), but I tried to pull out the working code that would get to the essence of what you need. E...

  • How to send and receive an XML file in a message q

    Posted by CyberLotus on 08 Dec 2004

    Hi,

    Could you please let me know, how to send an xml file as an object to a message queue? If possible can you provide me any code snippet for this as I'm novice to this technology.

    Also, I want...

  • MSMQ

    Posted by thongfam on 21 Sep 2004

    Hi,


    I have similar error "The operation is not supported on a workgoup installation of computer" while testing MSMQ program. I am using VB6 to write the MSMQ program. Do you have any advise on h...

  • MSMQ

    Posted by gdiazzap on 25 May 2004

    I need to Know hoy many messages are in a MSMQ Queue using API, WMI or OCX component using Visual Basic
    Any Idea?

    Gabriel