Author |
Message
|
nageshr99 |
Posted: Sun Jul 02, 2017 10:10 pm Post subject: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
fjb_saper |
Posted: Mon Jul 03, 2017 4:50 am Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 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 |
|
 |
nageshr99 |
Posted: Mon Jul 03, 2017 8:24 pm Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
bruce2359 |
Posted: Mon Jul 03, 2017 8:54 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 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 |
|
 |
exerk |
Posted: Mon Jul 03, 2017 10:29 pm Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
 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 |
|
 |
nageshr99 |
Posted: Tue Jul 04, 2017 9:26 pm Post subject: |
|
|
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 |
|
 |
nageshr99 |
Posted: Tue Jul 04, 2017 9:27 pm Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
exerk |
Posted: Wed Jul 05, 2017 12:35 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Wed Jul 05, 2017 3:35 am Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
nageshr99 |
Posted: Wed Jul 05, 2017 7:36 pm Post subject: |
|
|
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 |
|
 |
nageshr99 |
Posted: Wed Jul 05, 2017 7:43 pm Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
exerk |
Posted: Wed Jul 05, 2017 11:36 pm Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
 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 |
|
 |
mqjeff |
Posted: Thu Jul 06, 2017 4:07 am Post subject: Re: Relation between D-BUS/Message Bus/Message Queue ?? |
|
|
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 |
|
 |
|