Author |
Message |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 2:00 pm Subject: VB.NET Get Message |
QM = UTQM
QN = TDXR1.TESTQ
Channel = M1150.CLIENT.KJFU567
Conn = ug04-242.unigroupinc.com(1415)
I'm not sure how you're developing your code, but remember, this channel
is defined to use ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 11:06 am Subject: VB.NET Get Message |
ok, sorry about that:
Dim putretval
Dim strQM = "UTQM"
Dim strQ = "TDXR1.TESTQ"
Dim strLine = "Hello from Forza at 2:20pm"
' PutRetVal = PutQueue(str ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 3:04 am Subject: VB.NET Get Message |
To PUT a message I use the following code succesfully:
Public Function PutQueue(ByVal QM As String, ByVal QN As String, _
ByVal Msg As String, ByVal OpenOptions As Integer) As Integer
Dim mq ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 2:46 am Subject: VB.NET Get Message |
Please Read the entire previous messages, I post the code and the values you ask for. |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 08, 2005 9:26 am Subject: VB.NET Get Message |
I am trying to use the code in this thread. Please take a look. |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 07, 2005 10:50 am Subject: VB.NET Get Message |
I am afraid I dont quite understand the question. My end goal is to use VB.NET code to get a message in XML from the queue. I have demonstrated that I can put and get a message from the command prom ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2005 3:51 pm Subject: VB.NET Get Message |
From the connected server I can use the following command successfully:
amqsputc TDXR1.TESTQ UTQM
I am able to type in a string, and exit when I hit enter twice.
I then can type the following to ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2005 3:39 pm Subject: VB.NET Get Message |
To PUT a message I use the following code succesfully:
Public Function PutQueue(ByVal QM As String, ByVal QN As String, _
ByVal Msg As String, ByVal OpenOptions As Integer) As ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2005 12:38 pm Subject: VB.NET Get Message |
Its the code listed above in this thread |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2005 12:09 pm Subject: GET in VB.NET |
I cant get the code above to get the message. I do not need to create the queue manager, it is already there with messages waiting for me. I need to connect to the queue, open, read (get), close and ... |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2005 12:06 pm Subject: VB.NET Get Message |
Thanks but that PDf document only has C# examples. I need ASP.NET/VB.NET. |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 05, 2005 12:24 pm Subject: VB.NET Get Message cont |
Thanks for the reply, I get a "Creation of MQQueueManager ended with MQRC_Q_MGR_NOT_AVAILABLE"
Can you give me an example of the 4 parameters needed for the function. |
Topic: VB.NET Get Message |
pannonej
Replies: 24 Views: 18448
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 05, 2005 10:46 am Subject: VB.NET Get Message |
I am looking for VB.NET code to get an (XML) message from a Websphere MQ Queue. I have found plenty of great examples on this site to Put messages, but I need to GET a message.  |