User Profile

Collapse

Profile Sidebar

Collapse
shahidnoor86
shahidnoor86
Last Activity: Feb 19 '09, 07:27 AM
Joined: Jul 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shahidnoor86
    started a topic remote transactional receive

    remote transactional receive

    Is there any method to receive a message from a transactional queue in msmq 3.0? I am able to peek it(in workgroup mode) but not to receive it.
    See more | Go to post

  • shahidnoor86
    replied to Why is it static?
    in .NET
    what the name specifies, static is Fixed. When we use this in a loop like

    For i As Integer = 0 To 4
    Static p As Integer = 0
    p = p + 1
    Next

    the value of p does not initialize again and again. After the loop the value of p will be 5.
    See more | Go to post

    Leave a comment:


  • How to use enablenotification method in msmq using vb.net

    I am using Microsoft Message Queue(MSMQ-3), and if I use enableNotificat ion method, I get a message "Access is Denied". I am using private queue on my local machine. So please any body help me that how can i use this method. I am getting the message in this line

    Dim evnt As New MSMQ.MSMQEvent
    vMyQSend.Enable Notification(ev nt)
    See more | Go to post
No activity results to display
Show More
Working...