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 IBM MQ Support » Relation between D-BUS/Message Bus/Message Queue ??

Post new topic  Reply to topic
 Relation between D-BUS/Message Bus/Message Queue ?? « View previous topic :: View next topic » 
Author Message
nageshr99
PostPosted: Sun Jul 02, 2017 10:10 pm    Post subject: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

Hi,

Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.

How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?

Thanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Jul 03, 2017 4:50 am    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

nageshr99 wrote:
Hi,

Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.

How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?

Thanks

By building the required bridge?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
nageshr99
PostPosted: Mon Jul 03, 2017 8:24 pm    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

fjb_saper wrote:
nageshr99 wrote:
Hi,

Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.

How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?

Thanks

By building the required bridge?


can you please elaborate with a sample C++ or C program.

Thanks.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Jul 03, 2017 8:54 pm    Post subject: Reply with quote

Poobah

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

Other than posting here, what research have you done?
_________________
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
exerk
PostPosted: Mon Jul 03, 2017 10:29 pm    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

nageshr99 wrote:
fjb_saper wrote:
nageshr99 wrote:
Hi,

Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.

How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?

Thanks

By building the required bridge?


can you please elaborate with a sample C++ or C program.

Thanks.

Look at the samples that come with IBM MQ?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
nageshr99
PostPosted: Tue Jul 04, 2017 9:26 pm    Post subject: Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

bruce2359 wrote:
Other than posting here, what research have you done?
\
we studied abt D Bus theory and ran some sample Websphere Message Queue on Linux machine.
Back to top
View user's profile Send private message
nageshr99
PostPosted: Tue Jul 04, 2017 9:27 pm    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

exerk wrote:
nageshr99 wrote:
fjb_saper wrote:
nageshr99 wrote:
Hi,

Just wanted to know is there are close connection between D-BUS/Message Bus/Message Queue.

How do they differ?
How can one programatically connect Message Queue manager working with D-BUS?

Thanks

By building the required bridge?


can you please elaborate with a sample C++ or C program.

Thanks.

Look at the samples that come with IBM MQ?


those speak only abt message queues, queue manager,channel,trigger,distribution list,dead letter queue etc.

It does not speak abt D-BUS as such.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Jul 05, 2017 12:35 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

nageshr99, you asked, "...How can one programatically connect Message Queue manager working with D-BUS? ...".

The supplied samples for C, C++, and other languages do precisely that, and the source files for them are provided.

Is the D-BUS you are working with the Linux IPC Mechanism?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Jul 05, 2017 3:35 am    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

nageshr99 wrote:
those speak only abt message queues, queue manager,channel,trigger,distribution list,dead letter queue etc.

It does not speak abt D-BUS as such.


MQ only supports certain other protocols than the MQ protocols. MQTT is one of the main ones - it also supports AMQP.

The MQ documentation doesn't talk about any other messaging product, other than how to connect other things that use specific protocols. Why would it?

If D-BUS doesn't support any of those protocols, you have to write a program.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
nageshr99
PostPosted: Wed Jul 05, 2017 7:36 pm    Post subject: Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

exerk wrote:
nageshr99, you asked, "...How can one programatically connect Message Queue manager working with D-BUS? ...".

The supplied samples for C, C++, and other languages do precisely that, and the source files for them are provided.

Is the D-BUS you are working with the Linux IPC Mechanism?


most probably yes.... As we still dont have much clarity because the project hasent begun yet and we are still in study phase.

What we know is our system uses Websphere message Queueing concept ( both event based / polling based to read data from 2 different applicatioins ) along with D-BUS.So asking abt D-BUS to get more clarity.We had studied D-BUS theoritically though.

Thanks.
Back to top
View user's profile Send private message
nageshr99
PostPosted: Wed Jul 05, 2017 7:43 pm    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Novice

Joined: 30 May 2017
Posts: 24

mqjeff wrote:
nageshr99 wrote:
those speak only abt message queues, queue manager,channel,trigger,distribution list,dead letter queue etc.

It does not speak abt D-BUS as such.


MQ only supports certain other protocols than the MQ protocols. MQTT is one of the main ones - it also supports AMQP.

The MQ documentation doesn't talk about any other messaging product, other than how to connect other things that use specific protocols. Why would it?

If D-BUS doesn't support any of those protocols, you have to write a program.


Thanks for the info.What is AMQP?
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Jul 05, 2017 11:36 pm    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

nageshr99 wrote:
...What is AMQP?

What is Google?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Jul 06, 2017 4:07 am    Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

nageshr99 wrote:
Thanks for the info.What is AMQP?

Does D-BUS support it?
_________________
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 IBM MQ Support » Relation between D-BUS/Message Bus/Message Queue ??
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.