Posts by Igor Theodoro • 29 points
3 posts
- 
		0 votes1 answer44 viewsQ: Refactor code using LINQ in C#I need to refactor this method in C# and replace these 3 foreach with something smaller using LINQ: public List<Ponto> Filtrar(IQueryable<Ponto> pontosFiltrados, List<Usuario>… 
- 
		0 votes1 answer66 viewsA: Identifier in Apache ActivemqI’m answering my own question to help people who have the same problem in the future. The error of being able to make the connection and not being able to create the consumer is a problem of… 
- 
		2 votes1 answer66 viewsQ: Identifier in Apache ActivemqI’m trying to integrate a consumer into a queue that uses the message Broker Apache Activemq. However, to consume these queues you need to configure an identifier, user and password. I can’t set…