473,473 Members | 1,923 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Message queue deployment

hello,
doesn anyone know how to deploy message queues?
I've got a program which uses message queues and i wish to deploy it,
one click deployment in vs2005 doesn't allow me to specify message queues
and a setup project doesn't allow me to specify message queues.

Any help appreciated

thanks
Brian
Nov 17 '05 #1
3 1922
<"=?Utf-8?B?QnJpYW4gS2VhdGluZw==?=" <csharp at briankeating.net>>
wrote:
doesn anyone know how to deploy message queues?
I've got a program which uses message queues and i wish to deploy it,
one click deployment in vs2005 doesn't allow me to specify message queues
and a setup project doesn't allow me to specify message queues.


You can just create the queue in code using MessageQueue.Create. Use
MessageQueue.Exists to check whether it exists on startup, and create
it if it doesn't.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 17 '05 #2
hi jon,
thanks for your reply.

my question was a bit ambiguous granted,
what i actually ment was.

If the message queue component is not installed on my windows xp machine how
can i install this from my setup/deployment project?

like for examply if .NET Framework is not installed i can mark it as a
prerequisite of my click once application deployment.
I'd really like to see Message Queues as a prefrequisite or at least have a
setup project that installs the message queue component.

thanks for you help though

regards
brian

"Jon Skeet [C# MVP]" wrote:
<"=?Utf-8?B?QnJpYW4gS2VhdGluZw==?=" <csharp at briankeating.net>>
wrote:
doesn anyone know how to deploy message queues?
I've got a program which uses message queues and i wish to deploy it,
one click deployment in vs2005 doesn't allow me to specify message queues
and a setup project doesn't allow me to specify message queues.


You can just create the queue in code using MessageQueue.Create. Use
MessageQueue.Exists to check whether it exists on startup, and create
it if it doesn't.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 17 '05 #3
<"=?Utf-8?B?QnJpYW4gS2VhdGluZw==?=" <csharp at briankeating.net>>
wrote:
thanks for your reply.

my question was a bit ambiguous granted,
what i actually ment was.

If the message queue component is not installed on my windows xp machine how
can i install this from my setup/deployment project?


Ah, message queuing itself. I'm afraid I don't know, in that case :(

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 17 '05 #4

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

Similar topics

0
by: Gary | last post by:
I am planning to implement application to application communication using message queueing. I am using VB.NET on a Win2000 server OS with message queueing services enabled. I am find the...
2
by: Rodrigo García | last post by:
Hi. The problem is a bit hard to explain. I have a ServicedComponent method which runs a distributed transaction consisting on a a MessageQueue reception and several database operations. That...
4
by: Robert Rossney | last post by:
I'm trying to send and receive XmlDocument objects using the System.Messaging.dll functions. The code I've written follows, as best I can tell, the methodology used in the sample code for the...
8
by: Brian Keating EI9FXB | last post by:
Would I be correct in saying that the only way to get a user message into a Windows form would be to use P/Invoke with Message? Of is there some part of the .NET API that I am totally un aware...
6
by: les | last post by:
Here's a class which uses 2.0 generics to implement an inter-thread message queue in C#. Any number of threads can post and read from the queue simultaneously, and the message object can be any...
1
by: Andrew Robert | last post by:
Hi everyone, Could someone help explain what I am doing wrong in this code block? This code block is an excerpt from a larger file that receives transmitted files via IBM WebSphere MQSeries...
2
by: Eugene Anthony | last post by:
I am having a problem with my try and catch found in the code bellow. It never works when there is no msg in the queue. The code bellow is to read and process one message at a time. Upon completing...
1
by: davidcollins001 | last post by:
Hi, I am trying to implement a blocked or synchronous method of message passing using signal interrupts. So far I have the following: server.c { msgget(queue) msgrcv (queue mtype) ...
2
by: bernd | last post by:
Hi netties, posted this in a different group already, which seems to be inappropriate. I create a message queue with msgget(), sent a 5-byte message to it with msgsnd() and try to receive the...
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
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...
0
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...
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.