ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Am I MQ Admin or MQ Developer

Post new topic  Reply to topic
 Am I MQ Admin or MQ Developer « View previous topic :: View next topic » 
Author Message
Mangesh1187
PostPosted: Sat Jul 09, 2016 8:57 pm    Post subject: Am I MQ Admin or MQ Developer Reply with quote

Centurion

Joined: 23 Mar 2013
Posts: 116

Hi All,

I am working on a MQ technology. FOllowing are my day-to-day tasks.

1. Understand the application integration requirement.
2. Design the feasible solution accordingly.
Such as to use p2p or pub/sub mode, to use Queue alias/DYnamic queues etc.
Understand the application API(e.g. If its Java-JMS/.Net/C application) & provide the MQ configuration details acordingly(e.g. TAB files,.bindings files etc).
etc.
3. Upond understanding the requirement create the MQ setup & provide the connectivity between applications.
4. Provide test support during SIT & UAT and prepare the scritpts for production environment.
5. A seperate production MQ support is there & they will deploy the prd script which I provide. (Where I will provide support during go-live date)
6. Once its signed off, its production support team will take care of any further support.

Having said that I still have a confusion with my role. How should I project myself in the industry :
1) As MQ DEVELOPER , because I involved in desgin & mq object creation . ( And not a part of 24/7 support team)
OR
2) AS MQ ADMINISTRATOR , because I actully executing MQ admin commands to create mq objects.

Any thoughts ?
Back to top
View user's profile Send private message
smdavies99
PostPosted: Sun Jul 10, 2016 7:46 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Are you DEVELOPING programs that use MQ?
If not then you are an Admin

Just my worthless 2p worth.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Jul 10, 2016 10:04 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

If you are competent at both MQ admin and MQ app development, then you are potentially more valuable to a client or future employer. Conversely, having only one skill can be career-limiting.

Where does your interest lie?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
hughson
PostPosted: Sun Jul 10, 2016 7:40 pm    Post subject: Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1914
Location: Bay of Plenty, New Zealand

You don't mentio anywhere in your list "writing the application". Therefore I would say you are an admin, not an application developer.
_________________
Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software
Back to top
View user's profile Send private message Visit poster's website
Mangesh1187
PostPosted: Mon Jul 11, 2016 2:33 am    Post subject: Reply with quote

Centurion

Joined: 23 Mar 2013
Posts: 116

Thanks all.

Yes . As you spotted I don't write any apps that uses MQ . Hence its certain I am a MQ administrattor.


Quote:
If you are competent at both MQ admin and MQ app development, then you are potentially more valuable to a client or future employer. Conversely, having only one skill can be career-limiting.

Where does your interest lie?


I am interesting in a devlopment side.
I didn't got an apportunity to actualy develope any application so far.

I have knowlwdge of Core Java ( & advance also in some extent) . In my spare time I write small piece of Java/JMS code that interact with MQ. Its just to enhance my knowedge from app side. This also helpful me during some issue resolution , in my admin tasks.

Parallely I have downloaded the Integration Bus Developer eddtion ( already have MQ) installed on my laptop. I am keenly interested to learn it.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Mon Jul 11, 2016 4:00 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Mangesh1187 wrote:

Parallely I have downloaded the Integration Bus Developer eddtion ( already have MQ) installed on my laptop. I am keenly interested to learn it.


That's good but....

There is an order of magnitude more complexity in the IIB product than there is in MQ. You could be dealing with all kinds of different transports and even arcane (IMHO) systems such as SAP.
Don't expect to become expert in IIB overnight. I've been using it for 14 years and there are some areas where I'm not much more than a total beginner.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Mangesh1187
PostPosted: Mon Jul 11, 2016 4:21 am    Post subject: Reply with quote

Centurion

Joined: 23 Mar 2013
Posts: 116

smdavies99 wrote:
That's good but....

There is an order of magnitude more complexity in the IIB product than there is in MQ. You could be dealing with all kinds of different transports and even arcane (IMHO) systems such as SAP.
Don't expect to become expert in IIB overnight. I've been using it for 14 years and there are some areas where I'm not much more than a total beginner.


Thanks for the reply. I will consider your advice.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Jul 11, 2016 4:39 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

A good route from admin to developer is to move into more of a "devOps" role.

Spend time using your current programming skills to star to automate things you do, and then grow your skills to make things more useful.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
smdavies99
PostPosted: Mon Jul 11, 2016 12:36 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

mqjeff wrote:
A good route from admin to developer is to move into more of a "devOps" role.


Have you suddenly become a travelling 'SnakeOil' saleman? You know the shamen who travelled around the Wild West selling potions that were claimed to cure everything under the sun (and moon?)

For some of us old timers DevOps is nowt more than a modern Snake Oil. Not every business will be saved by adopting DevOps.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Jul 11, 2016 12:43 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Well, it's not as bad as "social media consultant".

And I think you know that there are always holes and gaps between admin system A and management system B and monitoring system C that can be patched over with some code...

Whether or not "devops" is a term that has any real meaning depends entirely on the jobsite.

But it's easier to go from "devops" to "developer" when changing jobs than it is to go from "admin" to "developer". Even if everything done as an "admin" was done using developer skills...
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Am I MQ Admin or MQ Developer
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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.