You cannot post messages because only members can post, and you are not currently a member.
Description:
General discussion group for MassTransit, an open-source service bus implementation for .NET.
|
|
|
Publishing new nuget package package
|
| |
Hi guys. I'm new to MT and I'm trying to use it with RabbitMQ after reading good things about it but I'm facing the this problem: System.InvalidOperationExcepti on: Error while initializing Bus configuration ---> MassTransit.Exceptions.Configu rationException: An exception was thrown during service bus creation --->... more »
|
|
Multiple NICs and MassTransit
|
| |
Hi, I am currently experiencing some design challenges with a system that uses multiple network interface cards each having they own sub-nets. Setup is as follows: Host A, eth0: 192.168.1.1, eth1: 10.150.1.1 Host B, eth0: 192.168.1.2 Host C, eth0: 10.150.1.2 Host A is connected to Host B and Host C throughout different networks.... more »
|
|
Ninject Integration
|
| |
The documentation says the Ninject metadata model isn't rich enough to get the types bound to an interface. I believe using the Bind ToMethod call you can get what you need. Change the LoadFrom to take a context instead of a kernel which will be passed in from the ToMethod call in Ninject. Then the FindTypes can be changed to... more »
|
|
Automatonymous - compound state nhibernate
|
| |
Hi all,
the exception:
Unable to cast object of type 'Automatonymous.CompositeEvent Status' to
type 'Automatonymous.State'....
at
Automatonymous.NHibernateInteg ration.CompositeEventStateUser Type.NHibernate.UserTypes.IUse rType.Equals(Object
x, Object y)
The map
public class CatalogSagaMap :... more »
|
|
Failed to create the bus service: SubscriptionRouterService
|
| |
Hi! I'm using MassTransit 2.7.2 nuGet package and I've some problems with Subscription Service and MSMQ. When I start my console App I receive this error: Failed to create the bus service: SubscriptionRouterService My configuration is: sbc.UseMsmq(callback => { sbc.UseSubscriptionService("ms mq://127.0.0.1/test_queue_subs criptions");... more »
|
|
Setting the pre-fetch limit in RabbitMQ
|
| |
Hello, I have a situation where I'd like to increase the prefetch message count for my RabbitMQ endpoint. I think the limit is hardcoded by this line in RabbitMqConsumer.cs: (43) _channel.BasicQos(0, 10, false); It'd be nice to be able to configure this limit if we know we need to trade off latency for throughput for a particular endpoint.... more »
|
|
MassTransit configuration externalization
|
| |
I am a new user of MassTransit but despite I read the documentation and digged into the source code, I've found no samples about using XML to configure the bus (in particular ReceiveFrom URI parameter). In the sources there is the namespace "MassTransit.Configuration.Xml " with an implementation of a configuration section handler, but I couldn't get how... more »
|
|
Issues trying to use Windsor or Autofac
|
| |
I have put together a sample project where I am trying to use a Windsor Installer or Autofac Module to contain my setup for my service. In registering my components both seem to have the same problem (perhaps my ignorance of IoC) but if I register with Windsor like so: container.Register(Component.F or<IConsumer>.ImplementedBy<Pa ssenger>(),... more »
|
|
Hi
|
| |
First of all congratulation for this great product and I have just started looking at this product and would like to see whether it is fit for our environment. We have lot of queuing going on within our environment. We use MSMQ, IBM WMQ Queus, IBM Topic Messaging. We have created wrappers over these and we... more »
|
|
Thread Principal for Consumers
|
| |
Hello, I'd like to set set the thread principal at the consumer end to say, to the principal related to the formsidentity for a logged in user. The reason is that I'd like to know who was responsible for sending the message at the consumer. The requirement here is specifically for an audit trail where the... more »
|
|
|