473,508 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

>> Web Service vs MS Message Queue

Hi, I'm new to dot Net.

When would I use MS Message Queue rather than Web Service?

The situation is this... The data source is a remote application.
Periodically (perhaps once an hour) this application will send to our
application data in XML format.

At this stage it is envisaged that there is only one data source. However,
there is discussion that at a later date there may be more than one remote
data source.

Any ideas or recommendations appreciated :-)

Thanks
Jonathan
Jan 18 '06 #1
2 2984
Your described scenerio is not very clear. I will be able to answer your
question better if you can rephrase it a bit.

Use message queues for remote sources that are on an un-reliable like i.e.
on a link that is not guaranteed to be available all the time e.g a GSM
mobile network for SMS where recipient subscriber may have switched off
their phone. Web services on the other is good for heterogenous remote
parties and as it is on a link that's bound to be available most of the
time.
"Jonathan" <Jo******@discussions.microsoft.com> wrote in message
news:51**********************************@microsof t.com...
Hi, I'm new to dot Net.

When would I use MS Message Queue rather than Web Service?

The situation is this... The data source is a remote application.
Periodically (perhaps once an hour) this application will send to our
application data in XML format.

At this stage it is envisaged that there is only one data source. However,
there is discussion that at a later date there may be more than one remote
data source.

Any ideas or recommendations appreciated :-)

Thanks
Jonathan

Jan 18 '06 #2
Hi Onawole, I think that your response actually answers my question.

thanks

Jonathan

"Onawole, Clement Oladapo" wrote:
Your described scenerio is not very clear. I will be able to answer your
question better if you can rephrase it a bit.

Use message queues for remote sources that are on an un-reliable like i.e.
on a link that is not guaranteed to be available all the time e.g a GSM
mobile network for SMS where recipient subscriber may have switched off
their phone. Web services on the other is good for heterogenous remote
parties and as it is on a link that's bound to be available most of the
time.
"Jonathan" <Jo******@discussions.microsoft.com> wrote in message
news:51**********************************@microsof t.com...
Hi, I'm new to dot Net.

When would I use MS Message Queue rather than Web Service?

The situation is this... The data source is a remote application.
Periodically (perhaps once an hour) this application will send to our
application data in XML format.

At this stage it is envisaged that there is only one data source. However,
there is discussion that at a later date there may be more than one remote
data source.

Any ideas or recommendations appreciated :-)

Thanks
Jonathan


Jan 19 '06 #3

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

Similar topics

4
3059
by: Luca | last post by:
I have the need of a container of integers showing both the characteristics of an associative container (all integer elements different from each other) and the FIFO behaviour. Do you know if...
1
2247
by: verec | last post by:
Last week I asked here how I could detect that a T was polymorphic, and received very thoughtful and useful replies that I used straight away. Thanks to all who answered. This week, it turns...
2
3461
by: Brian Keating | last post by:
Hello there, I wonder can anyone help point me in correct direction. Basically I have a Managed structure and I want to Serialize to to a byte array, Then I want to read this byte array in my...
14
2000
by: TT (Tom Tempelaere) | last post by:
Hi people, The code that follows throws an ExecutionEngineException. This was written in C# (Microsoft Visual C# .NET 69462-335-0000007-18823) using MSDE 7.1 (7.1.3088). The framework is .NET...
3
6810
by: Alex Vinokur | last post by:
Is using memcpy() with queue<char> safe? ------ C++ code ------ #include <cstring> #include <iostream> #include <queue> using namespace std; int main() {
3
2571
by: Dave Booker | last post by:
Am I missing something here? It looks like the generic Queue<T> implements Enumerable<T> and ICollection but not ICollection<T>. (I want to use it in an interface that wants an ICollection<T>.) ...
1
6771
by: Gregi | last post by:
Hello, I'm using VS2005 and SQL 2005. Is it possible for a SQL trigger to immediately raise an event in my C# program? Actually it's C++/CLI, but it's easy to translate C# -C++/CLI, so any...
3
2085
by: Monty | last post by:
OK, I had an issue with this and found lots of advice that did not apply, so I'm posting what I found hoping it might help someone else. Here's the sitch: you have a COM app that calls to a .Net...
2
3359
by: Richard Maher | last post by:
Hi, I'm trying to use the Visibility Style attribute for a Div to effectively PopUp a lightweight window with some additional context-sensitive information, when a user mouses over a given...
0
7328
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
7388
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7049
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7499
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
3199
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
3186
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1561
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
767
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
422
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.