Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

How Gee

@How Gee
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# and IBM WebSphere MQ message borwsing
    H How Gee

    Hello, Can anyone help me, how can i browse the all messages in the queue? i have found several examples to get or put the messages, but about the browsing i haven't. The folloing example is browse the first messages, but i would like to see the all messages... MQQueueManager mqQMgr; MQQueue mqQueue; MQMessage mqMsg = new MQMessage(); MQGetMessageOptions mqGetMsgOpts = new MQGetMessageOptions(); mqQMgr = new MQQueueManager(qmName); mqQueue = mqQMgr.AccessQueue(qName, MQC.MQOO_BROWSE | MQC.MQGMO_LOGICAL_ORDER // open queue for browse + MQC.MQOO_FAIL_IF_QUIESCING); mqGetMsgOpts.Options = MQC.MQGMO_WAIT | MQC.MQGMO_BROWSE_FIRST; mqQueue.Get(mqMsg, mqGetMsgOpts); MessageBox.Show(mqMsg.ReadString(mqMsg.TotalMessageLength)); Thanx, Gee

    C# question csharp data-structures help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups