Author |
Message
|
Mangesh1187 |
Posted: Mon Jun 23, 2014 12:41 am Post subject: can we use MQExplorer to read data from queue & put in F |
|
|
Centurion
Joined: 23 Mar 2013 Posts: 116
|
Is there any facility in MQ Explorer 7.5 , so that :
1. I can write the data to queue /topic from file
2. I can reqd data from queue and extract it in file in local system.
These facilities are avaiable with the RFH Util. But in my orgnization RFHUtil is not authorized. Hence just want to know if we can do these tasks from MQ Explorer .
Kindly advise for the same |
|
Back to top |
|
 |
zpat |
Posted: Mon Jun 23, 2014 2:13 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Support pac MS0P (MQ explorer plug in), will allow you to write messages to a file in QLOAD format.
This may or may not be useful, since they are stored in hex format. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
paustin_ours |
Posted: Mon Jun 23, 2014 7:45 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
I havent used MSOP but i use qload MO03 that does the job in hex, ascii and has tons of features you can leverage. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jun 23, 2014 7:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If one supportPac is not allowed, it's not likely that another will be.
MQExplorer on it's own, without supportPac additions, has no function to save and retrieve messages. |
|
Back to top |
|
 |
zpat |
Posted: Mon Jun 23, 2014 8:30 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Well - give it another 18 years and maybe this basic function might arrive out of the box .....  _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jun 23, 2014 9:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
Well - give it another 18 years and maybe this basic function might arrive out of the box .....  |
But probably only if someone opens an RFE first...
(double-checking my dates, dmpmqcfg shipped when 7.1 GA'd in 4Q 2011. 1995 is the earliest copywrite on MS03. So that's only *16* years... ) |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Jun 24, 2014 11:12 am Post subject: Re: can we use MQExplorer to read data from queue & put |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Mangesh1187 wrote: |
But in my orgnization RFHUtil is not authorized. |
Ask your manager/director if commercial products are allowed (which I'm sure they are if your manager/director is willing to purchase them) and then have a look at MQ Visual Edit. It can unload/load messages plus a hole lot more.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Jun 25, 2014 3:14 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
mqjeff wrote: |
zpat wrote: |
Well - give it another 18 years and maybe this basic function might arrive out of the box .....  |
But probably only if someone opens an RFE first...
|
sometimes... good stuff could happen without an RFE too...
anyone found/tried dmpmqmsg already on IBM MQ V8 ?
mqjeff wrote: |
(double-checking my dates, dmpmqcfg shipped when 7.1 GA'd in 4Q 2011. 1995 is the earliest copywrite on MS03. So that's only *16* years... ) |
_________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
vrsquare |
Posted: Wed Jul 02, 2014 4:07 am Post subject: |
|
|
 Newbie
Joined: 30 Jun 2014 Posts: 1
|
|
Back to top |
|
 |
PaulClarke |
Posted: Wed Jul 02, 2014 4:12 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
Yes, MO71 understand the QLOAD format and will allow you to unload/re-load queues from files.
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
Kellye |
Posted: Fri Jul 04, 2014 3:27 am Post subject: hi |
|
|
Newbie
Joined: 04 Jul 2014 Posts: 1
|
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 07, 2014 5:17 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Also, apparently, qload is now shipped with MQ v8.
So this leads an optimistic person to expect that some future release of MQExplorer will incorporate features to call it. |
|
Back to top |
|
 |
PaulClarke |
Posted: Mon Jul 07, 2014 5:34 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
I would be surprised if MQ Explorer just 'calls' QLOAD. Explorer is written in Java and I wrote QLOAD in C. It would, perhaps, make more sense just to reimplement QLOAD in Java if the function was to be put into Explorer. However, since IBM has my QLOAD source code that shouldn't be too hard for them
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com
Last edited by PaulClarke on Mon Jul 07, 2014 6:13 am; edited 1 time in total |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 07, 2014 5:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
PaulClarke wrote: |
I would be surprised if MQ Explorer just 'calls' QLOAD. Explorer is written in Java and I wrote QLOAD in C. It would, perhaps, make more sense just to reimplement QLAOD in Java if the function was to be put into Explorer. However, since IBM has my QLOAD source code that shouldn't be too hard for them  |
Given the choice, I would certainly rewrite it in Java.
It's clearly not a choice that will be given to me.
Also, I didn't say if I was particularly optimistic about this...  |
|
Back to top |
|
 |
|