msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MSMQ

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Enterprise
Author Message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Wed Aug 30, 2006 2:03 pm    Post subject: MSMQ Reply with quote

I was reading some of the articles for Message Queue.
I don't know what it is but it seems to me that I can use MSMQ with my
program to talk to another program.

do you guys have any experience with using MSMQ with VB?
How does it work?



--
> There is no answer.
> There has not been an answer.
> There will not be an answer.
> That IS the answer!
> And I am screwed.
> Deadline was due yesterday.
>
> There is no point to life.
> THAT IS THE POINT.
> And we are screwed.
> We will run out of oil soon.

http://spaces.msn.com/bzDaCat

Archived from group: microsoft>public>vb>enterprise
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Wed Aug 30, 2006 2:20 pm    Post subject: Re: MSMQ Reply with quote

"boaz" wrote in message @TK2MSFTNGP04.phx.gbl...
>I was reading some of the articles for Message Queue.
> I don't know what it is but it seems to me that I can use MSMQ with my
> program to talk to another program.
>
> do you guys have any experience with using MSMQ with VB?
> How does it work?
>
>
>
> --
>> There is no answer.
>> There has not been an answer.
>> There will not be an answer.
>> That IS the answer!
>> And I am screwed.
>> Deadline was due yesterday.
>>
>> There is no point to life.
>> THAT IS THE POINT.
>> And we are screwed.
>> We will run out of oil soon.
>
> http://spaces.msn.com/bzDaCat
>


Hmmm... it says "add the Microsoft Message Queue 3.0" reference. I don't
see any Microsoft Message Queue reference anywhere.
Back to top
View user's profile Send private message
Dmitriy Antonov



Joined: 04 Oct 2007
Posts: 431

PostPosted: Wed Aug 30, 2006 5:42 pm    Post subject: Re: MSMQ Reply with quote

"boaz" wrote in message @TK2MSFTNGP02.phx.gbl...
>
> "boaz" wrote in message
> @TK2MSFTNGP04.phx.gbl...
>>I was reading some of the articles for Message Queue.
>> I don't know what it is but it seems to me that I can use MSMQ with my
>> program to talk to another program.
>>
>> do you guys have any experience with using MSMQ with VB?
>> How does it work?
>>
>>
>>
>> --
>>> There is no answer.
>>> There has not been an answer.
>>> There will not be an answer.
>>> That IS the answer!
>>> And I am screwed.
>>> Deadline was due yesterday.
>>>
>>> There is no point to life.
>>> THAT IS THE POINT.
>>> And we are screwed.
>>> We will run out of oil soon.
>>
>> http://spaces.msn.com/bzDaCat
>>
>
>
> Hmmm... it says "add the Microsoft Message Queue 3.0" reference. I don't
> see any Microsoft Message Queue reference anywhere.
>

I guess that you should explicitly install it - you can do it in Control
Panel ->Add/Remove Programs ->Add/Remove Windows Components -> Select
Message Queuing

Dmitriy.
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Wed Aug 30, 2006 4:51 pm    Post subject: Re: MSMQ Reply with quote

"Dmitriy Antonov" wrote in message @TK2MSFTNGP04.phx.gbl...
>
> "boaz" wrote in message
> @TK2MSFTNGP02.phx.gbl...
>>
>> "boaz" wrote in message
>> @TK2MSFTNGP04.phx.gbl...
>>>I was reading some of the articles for Message Queue.
>>> I don't know what it is but it seems to me that I can use MSMQ with my
>>> program to talk to another program.
>>>
>>> do you guys have any experience with using MSMQ with VB?
>>> How does it work?
>>>
>>>
>>>
>>> --
>>>> There is no answer.
>>>> There has not been an answer.
>>>> There will not be an answer.
>>>> That IS the answer!
>>>> And I am screwed.
>>>> Deadline was due yesterday.
>>>>
>>>> There is no point to life.
>>>> THAT IS THE POINT.
>>>> And we are screwed.
>>>> We will run out of oil soon.
>>>
>>> http://spaces.msn.com/bzDaCat
>>>
>>
>>
>> Hmmm... it says "add the Microsoft Message Queue 3.0" reference. I don't
>> see any Microsoft Message Queue reference anywhere.
>>
>
> I guess that you should explicitly install it - you can do it in Control
> Panel ->Add/Remove Programs ->Add/Remove Windows Components -> Select
> Message Queuing
>
> Dmitriy.
>

So what is this Message Queue thing good for?
Back to top
View user's profile Send private message
Dmitriy Antonov



Joined: 04 Oct 2007
Posts: 431

PostPosted: Wed Aug 30, 2006 9:36 pm    Post subject: Re: MSMQ Reply with quote

"boaz" wrote in message @TK2MSFTNGP05.phx.gbl...
>
> "Dmitriy Antonov" wrote in message
> @TK2MSFTNGP04.phx.gbl...
>>
>> "boaz" wrote in message
>> @TK2MSFTNGP02.phx.gbl...
>>>
>>> "boaz" wrote in message
>>> @TK2MSFTNGP04.phx.gbl...
>>>>I was reading some of the articles for Message Queue.
>>>> I don't know what it is but it seems to me that I can use MSMQ with my
>>>> program to talk to another program.
>>>>
>>>> do you guys have any experience with using MSMQ with VB?
>>>> How does it work?
>>>>
>>>>
>>>>
>>>> --
>>>>> There is no answer.
>>>>> There has not been an answer.
>>>>> There will not be an answer.
>>>>> That IS the answer!
>>>>> And I am screwed.
>>>>> Deadline was due yesterday.
>>>>>
>>>>> There is no point to life.
>>>>> THAT IS THE POINT.
>>>>> And we are screwed.
>>>>> We will run out of oil soon.
>>>>
>>>> http://spaces.msn.com/bzDaCat
>>>>
>>>
>>>
>>> Hmmm... it says "add the Microsoft Message Queue 3.0" reference. I
>>> don't see any Microsoft Message Queue reference anywhere.
>>>
>>
>> I guess that you should explicitly install it - you can do it in Control
>> Panel ->Add/Remove Programs ->Add/Remove Windows Components -> Select
>> Message Queuing
>>
>> Dmitriy.
>>
>
> So what is this Message Queue thing good for?
>
>

How you can state "it seems to me that I can use MSMQ with my program" and
ask " what is this Message Queue thing good for" at the same time? Smile

I've never used it and have very vague ideas about it to give any advises.
If you have MSDN available then go to Platform SDK -> Networking and
Distributed Services -> MSMQ. It should be good for start and maybe
sufficient overall.

Dmitriy.
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Wed Aug 30, 2006 6:48 pm    Post subject: Re: MSMQ Reply with quote

"Dmitriy Antonov" wrote in message @TK2MSFTNGP04.phx.gbl...
>
> "boaz" wrote in message
> @TK2MSFTNGP05.phx.gbl...
>>
>> "Dmitriy Antonov" wrote in message
>> @TK2MSFTNGP04.phx.gbl...
>>>
>>> "boaz" wrote in message
>>> @TK2MSFTNGP02.phx.gbl...
>>>>
>>>> "boaz" wrote in message
>>>> @TK2MSFTNGP04.phx.gbl...
>>>>>I was reading some of the articles for Message Queue.
>>>>> I don't know what it is but it seems to me that I can use MSMQ with my
>>>>> program to talk to another program.
>>>>>
>>>>> do you guys have any experience with using MSMQ with VB?
>>>>> How does it work?
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>> There is no answer.
>>>>>> There has not been an answer.
>>>>>> There will not be an answer.
>>>>>> That IS the answer!
>>>>>> And I am screwed.
>>>>>> Deadline was due yesterday.
>>>>>>
>>>>>> There is no point to life.
>>>>>> THAT IS THE POINT.
>>>>>> And we are screwed.
>>>>>> We will run out of oil soon.
>>>>>
>>>>> http://spaces.msn.com/bzDaCat
>>>>>
>>>>
>>>>
>>>> Hmmm... it says "add the Microsoft Message Queue 3.0" reference. I
>>>> don't see any Microsoft Message Queue reference anywhere.
>>>>
>>>
>>> I guess that you should explicitly install it - you can do it in Control
>>> Panel ->Add/Remove Programs ->Add/Remove Windows Components -> Select
>>> Message Queuing
>>>
>>> Dmitriy.
>>>
>>
>> So what is this Message Queue thing good for?
>>
>>
>
> How you can state "it seems to me that I can use MSMQ with my program" and
> ask " what is this Message Queue thing good for" at the same time? Smile
>
> I've never used it and have very vague ideas about it to give any advises.
> If you have MSDN available then go to Platform SDK -> Networking and
> Distributed Services -> MSMQ. It should be good for start and maybe
> sufficient overall.
>
> Dmitriy.
>


I've heard about that MSMQ is a great thing... That's about it. So, I am
trying to figure out what and how to use it.
I think it is something like EVENT. But instead of Raising Event, you put
some sort of text messages in some sort of queue so the other programs
running in the computer can look at the messages.
Back to top
View user's profile Send private message
Ralph



Joined: 04 Oct 2007
Posts: 4148

PostPosted: Wed Aug 30, 2006 9:03 pm    Post subject: Re: MSMQ Reply with quote

"boaz" wrote in message@TK2MSFTNGP05.phx.gbl...
>
>
>
> So what is this Message Queue thing good for?
>
>

In a nutshell MSMQ (or a.k.a "MS Messaging", or a.k.a. "Queued Components")
is a guaranteed (reliable) forward and store mechanism anologous to an email
or phone-answering machine for COM calls. It used to be part of an Option
Pack for NT but is now a run-time service included with all platforms as a
part of COM+.

Essentially your synchronous COM calls become asynchronous. Allowing the
sender to send when he needs to, and the listener to listen when it needs
to. In addition there is an amazing feature set which allows you to support
all kinds of messaging scenarios. For example, a sender might attach a 'read
request' and an expiration date on a message - being notified when an
receiver reads the msg or if it wasn't read within a certain period of time.

So when it comes to "What is it good for", just let your imagination run
wild.

The only disadvantages are 1) all parameters have to be passed by value, and
2) once you start to use it you will soon discover a couple of hundred other
ways it can benefit your organization - it scales well, but you will have to
setup some kind of central commitee to manage all the voices on an
enterprise level.

Everything you need to know.
http://www.microsoft.com/msj/0599/msmq/msmq.aspx

The new documentation (which will aid with newer platforms).
http://windowssdk.msdn.microsoft.com/en-us/library/ms711472.aspx
Some of the material will be in other languages, but the calls and basics
are essentially the same.

hth
-ralph
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Fri Sep 01, 2006 1:57 pm    Post subject: Re: MSMQ Reply with quote

"Ralph" wrote in message @arkansas.net...
>
> "boaz" wrote in message
> @TK2MSFTNGP05.phx.gbl...
>>
>>
>>
>> So what is this Message Queue thing good for?
>>
>>
>
> In a nutshell MSMQ (or a.k.a "MS Messaging", or a.k.a. "Queued
> Components")
> is a guaranteed (reliable) forward and store mechanism anologous to an
> email
> or phone-answering machine for COM calls. It used to be part of an Option
> Pack for NT but is now a run-time service included with all platforms as a
> part of COM+.
>
> Essentially your synchronous COM calls become asynchronous. Allowing the
> sender to send when he needs to, and the listener to listen when it needs
> to. In addition there is an amazing feature set which allows you to
> support
> all kinds of messaging scenarios. For example, a sender might attach a
> 'read
> request' and an expiration date on a message - being notified when an
> receiver reads the msg or if it wasn't read within a certain period of
> time.
>
> So when it comes to "What is it good for", just let your imagination run
> wild.
>
> The only disadvantages are 1) all parameters have to be passed by value,
> and
> 2) once you start to use it you will soon discover a couple of hundred
> other
> ways it can benefit your organization - it scales well, but you will have
> to
> setup some kind of central commitee to manage all the voices on an
> enterprise level.
>
> Everything you need to know.
> http://www.microsoft.com/msj/0599/msmq/msmq.aspx
>
> The new documentation (which will aid with newer platforms).
> http://windowssdk.msdn.microsoft.com/en-us/library/ms711472.aspx
> Some of the material will be in other languages, but the calls and basics
> are essentially the same.
>
> hth
> -ralph
>
>
>
>

Thanks. The articles are very helpful.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Enterprise All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group